Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dip6_tunnel.h17 #define IP6_TNL_F_CAP_RCV 0x20000 macro
/linux-6.12.1/net/ipv6/
Dip6_tunnel.c758 flags |= IP6_TNL_F_CAP_RCV; in ip6_tnl_get_cap()
773 if ((p->flags & IP6_TNL_F_CAP_RCV) || in ip6_tnl_rcv_ctl()
775 (ip6_tnl_get_cap(t, laddr, raddr) & IP6_TNL_F_CAP_RCV))) { in ip6_tnl_rcv_ctl()
1485 p->flags &= ~(IP6_TNL_F_CAP_XMIT|IP6_TNL_F_CAP_RCV|IP6_TNL_F_CAP_PER_PACKET); in ip6_tnl_link_config()
1488 if (p->flags&IP6_TNL_F_CAP_XMIT && p->flags&IP6_TNL_F_CAP_RCV) in ip6_tnl_link_config()
Dip6_vti.c659 p->flags &= ~(IP6_TNL_F_CAP_XMIT | IP6_TNL_F_CAP_RCV | in vti6_link_config()
663 if (p->flags & IP6_TNL_F_CAP_XMIT && p->flags & IP6_TNL_F_CAP_RCV) in vti6_link_config()
Dip6_gre.c1138 p->flags &= ~(IP6_TNL_F_CAP_XMIT|IP6_TNL_F_CAP_RCV|IP6_TNL_F_CAP_PER_PACKET); in ip6gre_tnl_link_config_common()
1142 p->flags&IP6_TNL_F_CAP_RCV && dev->type != ARPHRD_ETHER) in ip6gre_tnl_link_config_common()