Home
last modified time | relevance | path

Searched refs:ip_tunnel_flags_and (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dip_tunnels.h50 #define ip_tunnel_flags_and(...) __ipt_flag_op(bitmap_and, __VA_ARGS__) macro
/linux/net/ipv4/
H A Dip_gre.c399 ip_tunnel_flags_and(flags, tpi->flags, flags); in __ipgre_rcv()
526 ip_tunnel_flags_and(flags, tun_info->key.tun_flags, flags); in gre_fb_xmit()
/linux/net/core/
H A Dflow_dissector.c488 ip_tunnel_flags_and(flags, info->key.tun_flags, flags); in skb_flow_dissect_tunnel_info()
/linux/net/ipv6/
H A Dip6_gre.c760 ip_tunnel_flags_and(flags, flags, key->tun_flags); in __gre6_xmit()