HomeSort by relevance Sort by last modified time
    Searched refs:IFLA_GRE_ENCAP_FLAGS (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/uapi/linux/
if_tunnel.h 137 IFLA_GRE_ENCAP_FLAGS,
  /external/iproute2/include/linux/
if_tunnel.h 112 IFLA_GRE_ENCAP_FLAGS,
  /external/kernel-headers/original/uapi/linux/
if_tunnel.h 112 IFLA_GRE_ENCAP_FLAGS,
  /external/iproute2/ip/
link_gre.c 146 if (greinfo[IFLA_GRE_ENCAP_FLAGS])
147 encapflags = rta_getattr_u16(greinfo[IFLA_GRE_ENCAP_FLAGS]);
331 addattr16(n, 1024, IFLA_GRE_ENCAP_FLAGS, encapflags);
430 __u16 flags = rta_getattr_u16(tb[IFLA_GRE_ENCAP_FLAGS]);

Completed in 529 milliseconds