Searched refs:IFLA_GRE_TOS (Results 1 - 5 of 5) sorted by relevance

/external/libnl/include/linux-private/linux/
H A Dif_tunnel.h92 IFLA_GRE_TOS, enumerator in enum:__anon12102
/external/iproute2/ip/
H A Dlink_gre.c153 if (greinfo[IFLA_GRE_TOS])
154 tos = rta_getattr_u8(greinfo[IFLA_GRE_TOS]);
371 addattr_l(n, 1024, IFLA_GRE_TOS, &tos, 1);
437 if (tb[IFLA_GRE_TOS] && rta_getattr_u8(tb[IFLA_GRE_TOS])) {
438 int tos = rta_getattr_u8(tb[IFLA_GRE_TOS]);
/external/iproute2/include/uapi/linux/
H A Dif_tunnel.h126 IFLA_GRE_TOS, enumerator in enum:__anon8606
/external/kernel-headers/original/uapi/linux/
H A Dif_tunnel.h127 IFLA_GRE_TOS, enumerator in enum:__anon9597
/external/libnl/lib/route/link/
H A Dipgre.c69 [IFLA_GRE_TOS] = { .type = NLA_U8 },
145 if (tb[IFLA_GRE_TOS]) {
146 ipgre->tos = nla_get_u8(tb[IFLA_GRE_TOS]);
195 NLA_PUT_U8(msg, IFLA_GRE_TOS, ipgre->tos);

Completed in 116 milliseconds