dev_get_iflink(9) 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.

COPYRIGHT