Searched refs:IFLA_VF_SPOOFCHK (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | if_link.h | 701 IFLA_VF_SPOOFCHK, /* Spoof Checking on/off switch */ enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_link.h | 892 IFLA_VF_SPOOFCHK, /* Spoof Checking on/off switch */ enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 1001 IFLA_VF_SPOOFCHK, /* Spoof Checking on/off switch */ enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_link.h | 586 IFLA_VF_SPOOFCHK, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 916 IFLA_VF_SPOOFCHK, /* Spoof Checking on/off switch */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 586 IFLA_VF_SPOOFCHK, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_link.h | 530 IFLA_VF_SPOOFCHK, enumerator
|
/kernel/linux/linux-5.10/net/core/ |
H A D | rtnetlink.c | 1305 nla_put(skb, IFLA_VF_SPOOFCHK, sizeof(vf_spoofchk), in rtnl_fill_vfinfo() 1901 [IFLA_VF_SPOOFCHK] = { .len = sizeof(struct ifla_vf_spoofchk) }, 2437 if (tb[IFLA_VF_SPOOFCHK]) { in do_setvfinfo() 2438 struct ifla_vf_spoofchk *ivs = nla_data(tb[IFLA_VF_SPOOFCHK]); in do_setvfinfo()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | rtnetlink.c | 1353 nla_put(skb, IFLA_VF_SPOOFCHK, sizeof(vf_spoofchk), in rtnl_fill_vfinfo() 2000 [IFLA_VF_SPOOFCHK] = { .len = sizeof(struct ifla_vf_spoofchk) }, 2572 if (tb[IFLA_VF_SPOOFCHK]) { in do_setvfinfo() 2573 struct ifla_vf_spoofchk *ivs = nla_data(tb[IFLA_VF_SPOOFCHK]); in do_setvfinfo()
|
Completed in 32 milliseconds