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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dip6t_frag.c62 pr_debug("MF %04X ", fh->frag_off & htons(IP6_MF));
82 ntohs(fh->frag_off) & IP6_MF,
84 !((ntohs(fh->frag_off) & IP6_MF))));
87 ntohs(fh->frag_off) & IP6_MF,
89 (ntohs(fh->frag_off) & IP6_MF)));
100 !(ntohs(fh->frag_off) & IP6_MF)) &&
102 (ntohs(fh->frag_off) & IP6_MF));
H A Dnf_conntrack_reasm.c215 if (!(fhdr->frag_off & htons(IP6_MF))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6_output.c698 fh->frag_off = htons(IP6_MF);
725 fh->frag_off |= htons(IP6_MF);
855 fh->frag_off |= htons(IP6_MF);
H A Daf_inet6.c825 fptr->frag_off |= htons(IP6_MF);
H A Dreassembly.c284 if (!(fhdr->frag_off & htons(IP6_MF))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dipv6.h102 #define IP6_MF 0x0001 macro

Completed in 70 milliseconds