dev_get_iflink (9) - Linux Manuals

dev_get_iflink: get 'iflink' value of a interface

NAME

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.

COPYRIGHT