Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dnetif-sriov.c174 struct ifla_vf_vlan_info ivvi = {}; in sr_iov_set_netlink_message()
184 … = sd_netlink_message_append_data(req, IFLA_VF_VLAN_INFO, &ivvi, sizeof(struct ifla_vf_vlan_info)); in sr_iov_set_netlink_message()
/systemd-251/src/basic/linux/
Dif_link.h949 struct ifla_vf_vlan_info { struct
/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-types-rtnl.c776 … [IFLA_VF_VLAN_INFO] = { .type = NETLINK_TYPE_BINARY, .size = sizeof(struct ifla_vf_vlan_info) },