OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifla_vf_spoofchk
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/include/linux/
if_link.h
281
IFLA_VF_SPOOFCHK
, /* Spoof Checking on/off switch */
303
struct
ifla_vf_spoofchk
{
struct
/external/iproute2/ip/
iplink.c
244
struct
ifla_vf_spoofchk
ivs;
253
addattr_l(&req->n, sizeof(*req),
IFLA_VF_SPOOFCHK
, &ivs, sizeof(ivs));
ipaddress.c
225
struct
ifla_vf_spoofchk
*vf_spoofchk;
247
if (tmp->rta_type !=
IFLA_VF_SPOOFCHK
)
250
vf_spoofchk = RTA_DATA(vf[
IFLA_VF_SPOOFCHK
]);
[
all
...]
Completed in 49 milliseconds