table of contents
other versions
DEV_GET_IFLINK(9) | Network device support | DEV_GET_IFLINK(9) |
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.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |