Searched refs:IP_MF (Results 1 – 16 of 16) sorted by relevance
109 #define IP_MF 0x2000 /* more fragments flag */ macro
427 #ifndef IP_MF428 # define IP_MF ((u_short)0x2000)
294 #define IP_OFF_IS_ATOMIC(_ip_off) ((_ip_off & (IP_DF | IP_MF | IP_OFFMASK)) == IP_DF)
1951 mhip->ip_off = (u_short)(((off - hlen) >> 3) + (ip->ip_off & ~IP_MF)); in ip_fragment()1952 if (ip->ip_off & IP_MF) { in ip_fragment()1953 mhip->ip_off |= IP_MF; in ip_fragment()1958 mhip->ip_off |= IP_MF; in ip_fragment()2004 ip->ip_off |= IP_MF; in ip_fragment()
245 if (oip->ip_off & ~(IP_MF | IP_DF)) { in icmp_error()
922 if ((ip->ip_off & (IP_MF | IP_OFFMASK)) == 0 && in ip_input_adjust()1944 if (ip->ip_off & IP_MF) { in ip_reass()
740 if (ntohs(iph->ip_off) & IP_MF) { in dlil_clat46()
700 ip_frag_off |= IP_MF; in nat464_translate_64()
1916 int mff = (ntohs(h->ip_off) & IP_MF); in pf_normalize_ip()
4734 #define FRAG_BITS (IP_OFFMASK | IP_MF)
9834 if (h->ip_off & htons(IP_MF | IP_OFFMASK)) { in pf_test()
298 fragflag = offflag & IP_MF; in fsw_ip_frag_reass_v4()
1226 if (ip.ip_off & (IP_MF | IP_OFFMASK)) { in ipsec4_get_ulp()2341 ip->ip_off &= htons(~IP_MF); in ipsec4_encapsulate()5463 ip->ip_off &= htons(~IP_MF); in ipsec_fill_offload_frame()
163 #define IP_MF 0x2000 /* more fragments flag */ macro
683 ip_udp->ip.ip_off = htons(IP_MF); in udp_frame_populate()743 ip->ip_off = htons(last_fragment ? 0 : IP_MF) | htons(fragment_offset / 8); in ip_frame_populate()
2357 ip->ip_off |= IP_MF; in sktu_create_ip_frames()