Home
last modified time | relevance | path

Searched refs:IP6_TNL_F_CAP_RCV (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dip6_tunnel.h17 #define IP6_TNL_F_CAP_RCV 0x20000 macro
/kernel/linux/linux-6.6/include/net/
H A Dip6_tunnel.h17 #define IP6_TNL_F_CAP_RCV 0x20000 macro
/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_tunnel.c789 flags |= IP6_TNL_F_CAP_RCV; in ip6_tnl_get_cap()
804 if ((p->flags & IP6_TNL_F_CAP_RCV) || in ip6_tnl_rcv_ctl()
806 (ip6_tnl_get_cap(t, laddr, raddr) & IP6_TNL_F_CAP_RCV))) { in ip6_tnl_rcv_ctl()
1506 p->flags &= ~(IP6_TNL_F_CAP_XMIT|IP6_TNL_F_CAP_RCV|IP6_TNL_F_CAP_PER_PACKET); in ip6_tnl_link_config()
1509 if (p->flags&IP6_TNL_F_CAP_XMIT && p->flags&IP6_TNL_F_CAP_RCV) in ip6_tnl_link_config()
H A Dip6_vti.c665 p->flags &= ~(IP6_TNL_F_CAP_XMIT | IP6_TNL_F_CAP_RCV | in vti6_link_config()
669 if (p->flags & IP6_TNL_F_CAP_XMIT && p->flags & IP6_TNL_F_CAP_RCV) in vti6_link_config()
H A Dip6_gre.c1123 p->flags &= ~(IP6_TNL_F_CAP_XMIT|IP6_TNL_F_CAP_RCV|IP6_TNL_F_CAP_PER_PACKET); in ip6gre_tnl_link_config_common()
1127 p->flags&IP6_TNL_F_CAP_RCV && dev->type != ARPHRD_ETHER) in ip6gre_tnl_link_config_common()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_tunnel.c756 flags |= IP6_TNL_F_CAP_RCV; in ip6_tnl_get_cap()
771 if ((p->flags & IP6_TNL_F_CAP_RCV) || in ip6_tnl_rcv_ctl()
773 (ip6_tnl_get_cap(t, laddr, raddr) & IP6_TNL_F_CAP_RCV))) { in ip6_tnl_rcv_ctl()
1483 p->flags &= ~(IP6_TNL_F_CAP_XMIT|IP6_TNL_F_CAP_RCV|IP6_TNL_F_CAP_PER_PACKET); in ip6_tnl_link_config()
1486 if (p->flags&IP6_TNL_F_CAP_XMIT && p->flags&IP6_TNL_F_CAP_RCV) in ip6_tnl_link_config()
H A Dip6_vti.c664 p->flags &= ~(IP6_TNL_F_CAP_XMIT | IP6_TNL_F_CAP_RCV | in vti6_link_config()
668 if (p->flags & IP6_TNL_F_CAP_XMIT && p->flags & IP6_TNL_F_CAP_RCV) in vti6_link_config()
H A Dip6_gre.c1122 p->flags &= ~(IP6_TNL_F_CAP_XMIT|IP6_TNL_F_CAP_RCV|IP6_TNL_F_CAP_PER_PACKET); in ip6gre_tnl_link_config_common()
1126 p->flags&IP6_TNL_F_CAP_RCV && dev->type != ARPHRD_ETHER) in ip6gre_tnl_link_config_common()

Completed in 15 milliseconds