Searched refs:IFLA_GRE_OFLAGS (Results 1 – 6 of 6) sorted by relevance
/external/iproute2/ip/ |
D | link_gre6.c | 128 if (greinfo[IFLA_GRE_OFLAGS]) in gre_parse_opt() 129 oflags = rta_getattr_u16(greinfo[IFLA_GRE_OFLAGS]); in gre_parse_opt() 285 addattr_l(n, 1024, IFLA_GRE_OFLAGS, &oflags, 2); in gre_parse_opt() 371 if (tb[IFLA_GRE_OFLAGS]) in gre_print_opt() 372 oflags = rta_getattr_u16(tb[IFLA_GRE_OFLAGS]); in gre_print_opt()
|
D | link_gre.c | 122 if (greinfo[IFLA_GRE_OFLAGS]) in gre_parse_opt() 123 oflags = rta_getattr_u16(greinfo[IFLA_GRE_OFLAGS]); in gre_parse_opt() 321 addattr_l(n, 1024, IFLA_GRE_OFLAGS, &oflags, 2); in gre_parse_opt() 402 if (tb[IFLA_GRE_OFLAGS]) in gre_print_opt() 403 oflags = rta_getattr_u16(tb[IFLA_GRE_OFLAGS]); in gre_print_opt()
|
/external/libnl/lib/route/link/ |
D | ipgre.c | 63 [IFLA_GRE_OFLAGS] = { .type = NLA_U16 }, 115 if (tb[IFLA_GRE_OFLAGS]) { in ipgre_parse() 116 ipgre->oflags = nla_get_u16(tb[IFLA_GRE_OFLAGS]); in ipgre_parse() 176 if (ipgre->ipgre_mask & IFLA_GRE_OFLAGS) in ipgre_put_attrs() 177 NLA_PUT_U16(msg, IFLA_GRE_OFLAGS, ipgre->oflags); in ipgre_put_attrs()
|
/external/libnl/include/linux-private/linux/ |
D | if_tunnel.h | 86 IFLA_GRE_OFLAGS, enumerator
|
/external/iproute2/include/linux/ |
D | if_tunnel.h | 100 IFLA_GRE_OFLAGS, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | if_tunnel.h | 118 IFLA_GRE_OFLAGS, enumerator
|