Home
last modified time | relevance | path

Searched refs:TUNNEL_ENCAP_FLAG_CSUM (Results 1 – 7 of 7) sorted by relevance

/external/iproute2/ip/
Dlink_ip6tnl.c291 encapflags |= TUNNEL_ENCAP_FLAG_CSUM; in ip6tunnel_parse_opt()
293 encapflags &= ~TUNNEL_ENCAP_FLAG_CSUM; in ip6tunnel_parse_opt()
500 flags & TUNNEL_ENCAP_FLAG_CSUM); in ip6tunnel_print_opt()
514 if (flags & TUNNEL_ENCAP_FLAG_CSUM) in ip6tunnel_print_opt()
Dlink_gre.c312 encapflags |= TUNNEL_ENCAP_FLAG_CSUM; in gre_parse_opt()
314 encapflags &= ~TUNNEL_ENCAP_FLAG_CSUM; in gre_parse_opt()
549 flags & TUNNEL_ENCAP_FLAG_CSUM); in gre_print_opt()
570 if (flags & TUNNEL_ENCAP_FLAG_CSUM) in gre_print_opt()
Dlink_iptnl.c294 encapflags |= TUNNEL_ENCAP_FLAG_CSUM; in iptunnel_parse_opt()
296 encapflags &= ~TUNNEL_ENCAP_FLAG_CSUM; in iptunnel_parse_opt()
525 flags & TUNNEL_ENCAP_FLAG_CSUM); in iptunnel_print_opt()
543 if (flags & TUNNEL_ENCAP_FLAG_CSUM) in iptunnel_print_opt()
Dlink_gre6.c339 encapflags |= TUNNEL_ENCAP_FLAG_CSUM; in gre_parse_opt()
341 encapflags &= ~TUNNEL_ENCAP_FLAG_CSUM; in gre_parse_opt()
586 flags & TUNNEL_ENCAP_FLAG_CSUM); in gre_print_opt()
600 if (flags & TUNNEL_ENCAP_FLAG_CSUM) in gre_print_opt()
/external/iproute2/include/uapi/linux/
Dif_tunnel.h90 #define TUNNEL_ENCAP_FLAG_CSUM (1<<0) macro
/external/libnl/include/linux-private/linux/
Dif_tunnel.h91 #define TUNNEL_ENCAP_FLAG_CSUM (1<<0) macro
/external/kernel-headers/original/uapi/linux/
Dif_tunnel.h91 #define TUNNEL_ENCAP_FLAG_CSUM (1<<0) macro