Searched refs:IP6_TNL_F_CAP_RCV (Results 1 – 4 of 4) sorted by relevance
17 #define IP6_TNL_F_CAP_RCV 0x20000 macro
756 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()1468 p->flags &= ~(IP6_TNL_F_CAP_XMIT|IP6_TNL_F_CAP_RCV|IP6_TNL_F_CAP_PER_PACKET); in ip6_tnl_link_config()1471 if (p->flags&IP6_TNL_F_CAP_XMIT && p->flags&IP6_TNL_F_CAP_RCV) in ip6_tnl_link_config()
664 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()
1118 p->flags &= ~(IP6_TNL_F_CAP_XMIT|IP6_TNL_F_CAP_RCV|IP6_TNL_F_CAP_PER_PACKET); in ip6gre_tnl_link_config_common()1122 p->flags&IP6_TNL_F_CAP_RCV && dev->type != ARPHRD_ETHER) in ip6gre_tnl_link_config_common()
Completed in 15 milliseconds