Searched refs:IP6_TNL_F_CAP_XMIT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dip6_tunnel.h9 #define IP6_TNL_F_CAP_XMIT 0x10000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6_tunnel.c799 if (p->flags & IP6_TNL_F_CAP_XMIT) {
1075 p->flags &= ~(IP6_TNL_F_CAP_XMIT|IP6_TNL_F_CAP_RCV);
1082 p->flags |= IP6_TNL_F_CAP_XMIT;
1110 if (p->flags&IP6_TNL_F_CAP_XMIT && p->flags&IP6_TNL_F_CAP_RCV)
1117 if (p->flags & IP6_TNL_F_CAP_XMIT) {

Completed in 108 milliseconds