Home
last modified time | relevance | path

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

/linux/include/net/
A Dip6_tunnel.h15 #define IP6_TNL_F_CAP_XMIT 0x10000 macro
/linux/net/ipv6/
A Dip6_tunnel.c756 flags |= IP6_TNL_F_CAP_XMIT; in ip6_tnl_get_cap()
1028 if ((p->flags & IP6_TNL_F_CAP_XMIT) || in ip6_tnl_xmit_ctl()
1030 (ip6_tnl_get_cap(t, laddr, raddr) & IP6_TNL_F_CAP_XMIT))) { in ip6_tnl_xmit_ctl()
1466 p->flags &= ~(IP6_TNL_F_CAP_XMIT|IP6_TNL_F_CAP_RCV|IP6_TNL_F_CAP_PER_PACKET); in ip6_tnl_link_config()
1469 if (p->flags&IP6_TNL_F_CAP_XMIT && p->flags&IP6_TNL_F_CAP_RCV) in ip6_tnl_link_config()
1478 if (p->flags & IP6_TNL_F_CAP_XMIT) { in ip6_tnl_link_config()
A Dip6_vti.c666 p->flags &= ~(IP6_TNL_F_CAP_XMIT | IP6_TNL_F_CAP_RCV | in vti6_link_config()
670 if (p->flags & IP6_TNL_F_CAP_XMIT && p->flags & IP6_TNL_F_CAP_RCV) in vti6_link_config()
680 if (p->flags & IP6_TNL_F_CAP_XMIT) { in vti6_link_config()
A Dip6_gre.c1107 p->flags &= ~(IP6_TNL_F_CAP_XMIT|IP6_TNL_F_CAP_RCV|IP6_TNL_F_CAP_PER_PACKET); in ip6gre_tnl_link_config_common()
1110 if (p->flags&IP6_TNL_F_CAP_XMIT && in ip6gre_tnl_link_config_common()
1123 if (p->flags & IP6_TNL_F_CAP_XMIT) { in ip6gre_tnl_link_config_route()

Completed in 13 milliseconds