Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dif_link.h616 struct ifla_vf_trust { struct
/linux-4.4.14/net/core/
Drtnetlink.c842 nla_total_size(sizeof(struct ifla_vf_trust))); in rtnl_vfinfo_size()
1085 struct ifla_vf_trust vf_trust; in rtnl_fill_vfinfo()
1391 [IFLA_VF_TRUST] = { .len = sizeof(struct ifla_vf_trust) },
1632 struct ifla_vf_trust *ivt = nla_data(tb[IFLA_VF_TRUST]); in do_setvfinfo()