Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dif_link.h547 IFLA_VF_SPOOFCHK, /* Spoof Checking on/off switch */ enumerator
/linux-4.4.14/net/core/
Drtnetlink.c1138 nla_put(skb, IFLA_VF_SPOOFCHK, sizeof(vf_spoofchk), in rtnl_fill_vfinfo()
1386 [IFLA_VF_SPOOFCHK] = { .len = sizeof(struct ifla_vf_spoofchk) },
1597 if (tb[IFLA_VF_SPOOFCHK]) { in do_setvfinfo()
1598 struct ifla_vf_spoofchk *ivs = nla_data(tb[IFLA_VF_SPOOFCHK]); in do_setvfinfo()