dev_get_iflink (9) Linux Manual Page
dev_get_iflink – get ‘iflink’ value of a interface
Synopsis
int dev_get_iflink(const struct net_device *dev);
Arguments
dev
-
- targeted interface
Description
Indicates the ifindex the interface is linked to. Physical interfaces have the same ‘ifindex’ and ‘iflink’ values.
