Searched refs:IFLA_VF_SPOOFCHK (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/include/linux/
H A Dif_link.h281 IFLA_VF_SPOOFCHK, /* Spoof Checking on/off switch */ enumerator in enum:__anon22285
/external/kernel-headers/original/uapi/linux/
H A Dif_link.h402 IFLA_VF_SPOOFCHK, /* Spoof Checking on/off switch */ enumerator in enum:__anon23063
/external/iproute2/ip/
H A Dipaddress.c247 if (tmp->rta_type != IFLA_VF_SPOOFCHK)
250 vf_spoofchk = RTA_DATA(vf[IFLA_VF_SPOOFCHK]);
H A Diplink.c253 addattr_l(&req->n, sizeof(*req), IFLA_VF_SPOOFCHK, &ivs, sizeof(ivs));

Completed in 98 milliseconds