Searched refs:IFLA_GRE_ENCAP_FLAGS (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/include/uapi/linux/
H A Dif_tunnel.h132 IFLA_GRE_ENCAP_FLAGS, enumerator in enum:__anon8606
/external/kernel-headers/original/uapi/linux/
H A Dif_tunnel.h133 IFLA_GRE_ENCAP_FLAGS, enumerator in enum:__anon9597
/external/iproute2/ip/
H A Dlink_gre.c161 if (greinfo[IFLA_GRE_ENCAP_FLAGS])
162 encapflags = rta_getattr_u16(greinfo[IFLA_GRE_ENCAP_FLAGS]);
380 addattr16(n, 1024, IFLA_GRE_ENCAP_FLAGS, encapflags);
519 __u16 flags = rta_getattr_u16(tb[IFLA_GRE_ENCAP_FLAGS]);
H A Dlink_gre6.c172 if (greinfo[IFLA_GRE_ENCAP_FLAGS])
173 encapflags = rta_getattr_u16(greinfo[IFLA_GRE_ENCAP_FLAGS]);
392 addattr16(n, 1024, IFLA_GRE_ENCAP_FLAGS, encapflags);
560 __u16 flags = rta_getattr_u16(tb[IFLA_GRE_ENCAP_FLAGS]);

Completed in 72 milliseconds