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

/external/iproute2/testsuite/tools/
H A Dgenerate_nlmsg.c27 struct ifla_vf_spoofchk vf_spoofchk = { local
74 ATTR_L(IFLA_VF_SPOOFCHK, &vf_spoofchk, sizeof(vf_spoofchk));
79 vf_spoofchk.vf = vf_link_state.vf = 1;
85 ATTR_L(IFLA_VF_SPOOFCHK, &vf_spoofchk, sizeof(vf_spoofchk));
/external/iproute2/ip/
H A Dipaddress.c444 struct ifla_vf_spoofchk *vf_spoofchk = local
447 if (vf_spoofchk->setting != -1)
450 vf_spoofchk->setting ?
452 vf_spoofchk->setting);

Completed in 130 milliseconds