OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFLA_GRE_TOS
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/ip/
link_gre.c
125
if (greinfo[
IFLA_GRE_TOS
])
126
tos = rta_getattr_u8(greinfo[
IFLA_GRE_TOS
]);
264
addattr_l(n, 1024,
IFLA_GRE_TOS
, &tos, 1);
314
if (tb[
IFLA_GRE_TOS
] && rta_getattr_u8(tb[
IFLA_GRE_TOS
])) {
315
int tos = rta_getattr_u8(tb[
IFLA_GRE_TOS
]);
/external/iproute2/include/linux/
if_tunnel.h
72
IFLA_GRE_TOS
,
Completed in 617 milliseconds