Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dnetif-sriov.c162 struct ifla_vf_link_state ivl = { in sr_iov_set_netlink_message()
167 …= sd_netlink_message_append_data(req, IFLA_VF_LINK_STATE, &ivl, sizeof(struct ifla_vf_link_state)); in sr_iov_set_netlink_message()
/systemd-251/src/basic/linux/
Dif_link.h984 struct ifla_vf_link_state { struct
/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-types-rtnl.c788 …FLA_VF_LINK_STATE] = { .type = NETLINK_TYPE_BINARY, .size = sizeof(struct ifla_vf_link_state) },