Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dnetif-sriov.c151 struct ifla_vf_trust ivt = { in sr_iov_set_netlink_message()
156 … r = sd_netlink_message_append_data(req, IFLA_VF_TRUST, &ivt, sizeof(struct ifla_vf_trust)); in sr_iov_set_netlink_message()
/systemd-251/src/basic/linux/
Dif_link.h1009 struct ifla_vf_trust { struct
/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-types-rtnl.c790 … [IFLA_VF_TRUST] = { .type = NETLINK_TYPE_BINARY, .size = sizeof(struct ifla_vf_trust) },