Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/uapi/linux/
Dif_link.h1017 struct ifla_vf_trust { struct
/Linux-v6.6/include/uapi/linux/
Dif_link.h1102 struct ifla_vf_trust { struct
/Linux-v6.6/net/core/
Drtnetlink.c964 nla_total_size(sizeof(struct ifla_vf_trust))); in rtnl_vfinfo_size()
1285 struct ifla_vf_trust vf_trust; in rtnl_fill_vfinfo()
2005 [IFLA_VF_TRUST] = { .len = sizeof(struct ifla_vf_trust) },
2613 struct ifla_vf_trust *ivt = nla_data(tb[IFLA_VF_TRUST]); in do_setvfinfo()