Home
last modified time | relevance | path

Searched refs:vf_spoofchk (Results 1 – 2 of 2) sorted by relevance

/third_party/libnl/lib/route/link/
Dsriov.c190 v = vf_data->vf_spoofchk; in dump_vf_details()
379 struct ifla_vf_spoofchk vf_spoofchk; in sriov_fill_vfinfo() local
440 vf_spoofchk.vf = vf_data->vf_index; in sriov_fill_vfinfo()
441 vf_spoofchk.setting = vf_data->vf_spoofchk; in sriov_fill_vfinfo()
443 NLA_PUT(msg, IFLA_VF_SPOOFCHK, sizeof(vf_spoofchk), in sriov_fill_vfinfo()
444 &vf_spoofchk); in sriov_fill_vfinfo()
530 struct ifla_vf_spoofchk *vf_spoofchk; in rtnl_link_sriov_parse_vflist() local
621 vf_spoofchk = nla_data(t[IFLA_VF_SPOOFCHK]); in rtnl_link_sriov_parse_vflist()
623 if (vf_spoofchk->setting != -1) { in rtnl_link_sriov_parse_vflist()
624 vf_data->vf_spoofchk = vf_spoofchk->setting ? 1 : 0; in rtnl_link_sriov_parse_vflist()
[all …]
/third_party/libnl/include/netlink-private/
Dtypes.h183 uint32_t vf_spoofchk; member