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

  /external/iproute2/ip/
link_gre.c 144 if (greinfo[IFLA_GRE_ENCAP_TYPE])
145 encaptype = rta_getattr_u16(greinfo[IFLA_GRE_ENCAP_TYPE]);
330 addattr16(n, 1024, IFLA_GRE_ENCAP_TYPE, encaptype);
427 if (tb[IFLA_GRE_ENCAP_TYPE] &&
428 *(__u16 *)RTA_DATA(tb[IFLA_GRE_ENCAP_TYPE]) != TUNNEL_ENCAP_NONE) {
429 __u16 type = rta_getattr_u16(tb[IFLA_GRE_ENCAP_TYPE]);
  /bionic/libc/kernel/uapi/linux/
if_tunnel.h 136 IFLA_GRE_ENCAP_TYPE,
  /external/iproute2/include/linux/
if_tunnel.h 111 IFLA_GRE_ENCAP_TYPE,
  /external/kernel-headers/original/uapi/linux/
if_tunnel.h 111 IFLA_GRE_ENCAP_TYPE,

Completed in 46 milliseconds