Home
last modified time | relevance | path

Searched refs:IFLA_VF_SPOOFCHK (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dif_link.h465 IFLA_VF_SPOOFCHK, /* Spoof Checking on/off switch */ enumerator
/linux-4.1.27/net/core/
Drtnetlink.c1181 nla_put(skb, IFLA_VF_SPOOFCHK, sizeof(vf_spoofchk), in rtnl_fill_ifinfo()
1294 [IFLA_VF_SPOOFCHK] = { .len = sizeof(struct ifla_vf_spoofchk) },
1494 if (tb[IFLA_VF_SPOOFCHK]) { in do_setvfinfo()
1495 struct ifla_vf_spoofchk *ivs = nla_data(tb[IFLA_VF_SPOOFCHK]); in do_setvfinfo()