Name

dev_get_iflink — get 'iflink' value of a interface

Synopsis

int dev_get_iflink (const struct net_device * dev);
 

Arguments

const struct net_device * dev

targeted interface

Description

Indicates the ifindex the interface is linked to. Physical interfaces have the same 'ifindex' and 'iflink' values.