Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dip6_tunnel.h19 #define IP6_TNL_F_CAP_PER_PACKET 0x40000 macro
/Linux-v4.19/net/ipv6/
Dip6_tunnel.c732 flags = IP6_TNL_F_CAP_PER_PACKET; in ip6_tnl_get_cap()
756 ((p->flags & IP6_TNL_F_CAP_PER_PACKET) && in ip6_tnl_rcv_ctl()
990 ((p->flags & IP6_TNL_F_CAP_PER_PACKET) && in ip6_tnl_xmit_ctl()
1451 p->flags &= ~(IP6_TNL_F_CAP_XMIT|IP6_TNL_F_CAP_RCV|IP6_TNL_F_CAP_PER_PACKET); in ip6_tnl_link_config()
Dip6_vti.c632 IP6_TNL_F_CAP_PER_PACKET); in vti6_link_config()
Dip6_gre.c1104 p->flags &= ~(IP6_TNL_F_CAP_XMIT|IP6_TNL_F_CAP_RCV|IP6_TNL_F_CAP_PER_PACKET); in ip6gre_tnl_link_config_common()