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

/linux-master/net/ipv6/netfilter/
H A Dip6t_frag.c59 pr_debug("MF %04X ", fh->frag_off & htons(IP6_MF));
79 ntohs(fh->frag_off) & IP6_MF,
81 !((ntohs(fh->frag_off) & IP6_MF))));
84 ntohs(fh->frag_off) & IP6_MF,
86 (ntohs(fh->frag_off) & IP6_MF)));
96 !(ntohs(fh->frag_off) & IP6_MF)) &&
98 (ntohs(fh->frag_off) & IP6_MF));
H A Dnf_conntrack_reasm.c201 if (!(fhdr->frag_off & htons(IP6_MF))) {
/linux-master/tools/testing/selftests/net/
H A Dip_defrag.c42 #define IP6_MF (1) /* IPv6 MF flag. */ macro
165 fraghdr->ip6f_offlg = htons(offset | IP6_MF);
307 fraghdr->ip6f_offlg = htons(offset / 8 | IP6_MF);
/linux-master/net/ipv6/
H A Dreassembly.c147 if (!(fhdr->frag_off & htons(IP6_MF))) {
352 if (!(fhdr->frag_off & htons(IP6_OFFSET | IP6_MF))) {
H A Dip6_offload.c183 fptr->frag_off |= htons(IP6_MF);
H A Dip6_output.c721 fh->frag_off = htons(IP6_MF);
751 fh->frag_off |= htons(IP6_MF);
845 fh->frag_off |= htons(IP6_MF);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c41 #define IP6_MF 0x0001 macro
/linux-master/include/net/
H A Dipv6.h165 #define IP6_MF 0x0001 macro
/linux-master/net/core/
H A Dskbuff.c5736 if (hp->frag_off & htons(IP6_OFFSET | IP6_MF))

Completed in 223 milliseconds