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

  /bionic/libc/kernel/uapi/linux/
if_tunnel.h 81 IFLA_IPTUN_ENCAP_FLAGS,
  /external/iproute2/include/linux/
if_tunnel.h 57 IFLA_IPTUN_ENCAP_FLAGS,
  /external/kernel-headers/original/uapi/linux/
if_tunnel.h 57 IFLA_IPTUN_ENCAP_FLAGS,
  /external/iproute2/ip/
link_iptnl.c 146 if (iptuninfo[IFLA_IPTUN_ENCAP_FLAGS])
147 encapflags = rta_getattr_u16(iptuninfo[IFLA_IPTUN_ENCAP_FLAGS]);
302 addattr16(n, 1024, IFLA_IPTUN_ENCAP_FLAGS, encapflags);
412 __u16 flags = rta_getattr_u16(tb[IFLA_IPTUN_ENCAP_FLAGS]);

Completed in 35 milliseconds