Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dif_link.h1017 struct ifla_vf_trust { struct
/openbmc/linux/include/uapi/linux/
H A Dif_link.h1102 struct ifla_vf_trust { struct
/openbmc/qemu/linux-user/
H A Dfd-trans.c904 struct ifla_vf_trust *trust; in host_to_target_data_vfinfo_nlattr()
/openbmc/linux/net/core/
H A Drtnetlink.c993 nla_total_size(sizeof(struct ifla_vf_trust))); in rtnl_vfinfo_size()
1314 struct ifla_vf_trust vf_trust; in rtnl_fill_vfinfo()
2034 [IFLA_VF_TRUST] = { .len = sizeof(struct ifla_vf_trust) },
2642 struct ifla_vf_trust *ivt = nla_data(tb[IFLA_VF_TRUST]); in do_setvfinfo()