OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFLA_GRE_OFLAGS
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/include/linux/
if_tunnel.h
56
IFLA_GRE_OFLAGS
,
/external/iproute2/ip/
link_gre.c
109
if (greinfo[
IFLA_GRE_OFLAGS
])
110
oflags = *(__u16 *)RTA_DATA(greinfo[
IFLA_GRE_OFLAGS
]);
257
addattr_l(n, 1024,
IFLA_GRE_OFLAGS
, &oflags, 2);
331
if (tb[
IFLA_GRE_OFLAGS
])
332
oflags = *(__u16 *)RTA_DATA(tb[
IFLA_GRE_OFLAGS
]);
Completed in 657 milliseconds