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.h582 struct ifla_vf_spoofchk { struct
/linux-4.4.14/net/core/
Drtnetlink.c826 nla_total_size(sizeof(struct ifla_vf_spoofchk)) + in rtnl_vfinfo_size()
1082 struct ifla_vf_spoofchk vf_spoofchk; in rtnl_fill_vfinfo()
1386 [IFLA_VF_SPOOFCHK] = { .len = sizeof(struct ifla_vf_spoofchk) },
1598 struct ifla_vf_spoofchk *ivs = nla_data(tb[IFLA_VF_SPOOFCHK]); in do_setvfinfo()