HomeSort by relevance Sort by last modified time
    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 = *(__u8 *)RTA_DATA(greinfo[IFLA_GRE_TOS]);
264 addattr_l(n, 1024, IFLA_GRE_TOS, &tos, 1);
314 if (tb[IFLA_GRE_TOS] && *(__u8 *)RTA_DATA(tb[IFLA_GRE_TOS])) {
315 int tos = *(__u8 *)RTA_DATA(tb[IFLA_GRE_TOS]);
  /external/iproute2/include/linux/
if_tunnel.h 62 IFLA_GRE_TOS,

Completed in 452 milliseconds