Searched refs:IP6T_FRAG_NMF (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv6/
H A Dip6t_frag.h16 #define IP6T_FRAG_NMF 0x20 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_ipv6/
H A Dip6t_frag.h17 #define IP6T_FRAG_NMF 0x20 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/linux/netfilter_ipv6/
H A Dip6t_frag.h17 #define IP6T_FRAG_NMF 0x20 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_frag.c140 if (*flags & (IP6T_FRAG_MF|IP6T_FRAG_NMF))
147 if (*flags & (IP6T_FRAG_MF|IP6T_FRAG_NMF))
150 fraginfo->flags |= IP6T_FRAG_NMF;
151 *flags |= IP6T_FRAG_NMF;
207 if (frag->flags & IP6T_FRAG_NMF)
249 if (fraginfo->flags & IP6T_FRAG_NMF)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_frag.c80 fraginfo->flags |= IP6T_FRAG_NMF;
124 if (frag->flags & IP6T_FRAG_NMF)
165 if (fraginfo->flags & IP6T_FRAG_NMF)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_frag.c94 (fraginfo->flags & IP6T_FRAG_NMF),
96 !((fraginfo->flags & IP6T_FRAG_NMF)
114 !((fraginfo->flags & IP6T_FRAG_NMF)

Completed in 104 milliseconds