Searched refs:IP6F_MORE_FRAG (Results 1 – 9 of 9) sorted by relevance
289 #define IP6F_MORE_FRAG 0x0001 /* more-fragments flag */ macro293 #define IP6F_MORE_FRAG 0x0100 /* more-fragments flag */ macro
57 packet1.frag.ip6f_offlg = htons(0) | IP6F_MORE_FRAG;
265 ip6f->ip6f_offlg |= IP6F_MORE_FRAG; in bad_fraglen_build()339 ip6f->ip6f_offlg |= IP6F_MORE_FRAG; in timeout_build()
2438 ip6f->ip6f_offlg |= IP6F_MORE_FRAG; in sktu_create_ip6_frames()
345 if ((ip6f->ip6f_offlg & IP6F_MORE_FRAG) && in frag6_input()626 ip6af->ip6af_mff = ip6f->ip6f_offlg & IP6F_MORE_FRAG; in frag6_input()
1953 ip6f->ip6f_offlg |= IP6F_MORE_FRAG; in ip6_do_fragmentation()
365 fragflag = ip6f->ip6f_offlg & IP6F_MORE_FRAG; in fsw_ip_frag_reass_v6()
699 if (frag6.ip6f_offlg & IP6F_MORE_FRAG) { in nat464_translate_64()
2446 mff = ntohs(frag.ip6f_offlg & IP6F_MORE_FRAG); in pf_normalize_ip6()