Home
last modified time | relevance | path

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

/systemd-251/src/basic/linux/
Dif_link.h908 IFLA_VF_SPOOFCHK, /* Spoof Checking on/off switch */ enumerator
/systemd-251/src/shared/
Dnetif-sriov.c134 … r = sd_netlink_message_append_data(req, IFLA_VF_SPOOFCHK, &ivs, sizeof(struct ifla_vf_spoofchk)); in sr_iov_set_netlink_message()
/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-types-rtnl.c786 …[IFLA_VF_SPOOFCHK] = { .type = NETLINK_TYPE_BINARY, .size = sizeof(struct ifla_vf_spoofchk) },