1DEV_GET_IFLINK(9) Network device support DEV_GET_IFLINK(9)
23
4
NAME
6dev_get_iflink - get 'iflink' value of a interface
7
SYNOPSIS
9int dev_get_iflink(const struct net_device * dev);
10
ARGUMENTS
12dev
13targeted interface
14
DESCRIPTION
16Indicates the ifindex the interface is linked to. Physical interfaces
17have the same 'ifindex' and 'iflink' values.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 DEV_GET_IFLINK(9)