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

  /bionic/libc/kernel/uapi/linux/
if_tunnel.h 97 #define TUNNEL_ENCAP_FLAG_REMCSUM (1 << 2)
  /external/iproute2/include/linux/
if_tunnel.h 72 #define TUNNEL_ENCAP_FLAG_REMCSUM (1<<2)
  /external/kernel-headers/original/uapi/linux/
if_tunnel.h 72 #define TUNNEL_ENCAP_FLAG_REMCSUM (1<<2)
  /external/iproute2/ip/
link_gre.c 295 encapflags |= TUNNEL_ENCAP_FLAG_REMCSUM;
297 encapflags |= ~TUNNEL_ENCAP_FLAG_REMCSUM;
464 if (flags & TUNNEL_ENCAP_FLAG_REMCSUM)
link_iptnl.c 260 encapflags |= TUNNEL_ENCAP_FLAG_REMCSUM;
262 encapflags &= ~TUNNEL_ENCAP_FLAG_REMCSUM;
446 if (flags & TUNNEL_ENCAP_FLAG_REMCSUM)

Completed in 40 milliseconds