table of contents
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¶
dev
targeted interface
DESCRIPTION¶
Indicates the ifindex the interface is linked to. Physical interfaces have the same 'ifindex' and 'iflink' values.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |