Searched refs:IFLA_VF_SPOOFCHK (Results 1 – 2 of 2) sorted by relevance
66 [IFLA_VF_SPOOFCHK] = { .minlen = sizeof(struct ifla_vf_spoofchk) },443 NLA_PUT(msg, IFLA_VF_SPOOFCHK, sizeof(vf_spoofchk), in sriov_fill_vfinfo()620 if (t[IFLA_VF_SPOOFCHK]) { in rtnl_link_sriov_parse_vflist()621 vf_spoofchk = nla_data(t[IFLA_VF_SPOOFCHK]); in rtnl_link_sriov_parse_vflist()
662 IFLA_VF_SPOOFCHK, /* Spoof Checking on/off switch */ enumerator