Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/linux/
Dif_link.h664 IFLA_VF_SPOOFCHK, /* Spoof Checking on/off switch */ enumerator
/Linux-v4.19/include/uapi/linux/
Dif_link.h664 IFLA_VF_SPOOFCHK, /* Spoof Checking on/off switch */ enumerator
/Linux-v4.19/net/core/
Drtnetlink.c1259 nla_put(skb, IFLA_VF_SPOOFCHK, sizeof(vf_spoofchk), in rtnl_fill_vfinfo()
1759 [IFLA_VF_SPOOFCHK] = { .len = sizeof(struct ifla_vf_spoofchk) },
2205 if (tb[IFLA_VF_SPOOFCHK]) { in do_setvfinfo()
2206 struct ifla_vf_spoofchk *ivs = nla_data(tb[IFLA_VF_SPOOFCHK]); in do_setvfinfo()