Searched refs:M_ACKCMP (Results 1 – 5 of 5) sorted by relevance
214 if (m != NULL && (m->m_flags & M_ACKCMP) != 0) { in tcp_lro_get_last_if_ackcmp()233 m = m_getcl(M_NOWAIT, MT_DATA, M_ACKCMP | M_PKTHDR); in tcp_lro_get_last_if_ackcmp()243 m->m_flags |= M_ACKCMP; in tcp_lro_get_last_if_ackcmp()361 m->m_flags &= ~M_ACKCMP; in do_bpf_strip_and_compress()
197 #define M_ACKCMP M_PROTO4 /* Indicates LRO is sending in a Ack-compression mbuf */ macro
4344 if (m->m_flags & M_ACKCMP) { in tcp_handle_orphaned_packets()
377 if ((m->m_flags & M_ACKCMP) == 0) { in ctf_process_inbound_raw()443 if ((m->m_flags & M_ACKCMP) == 0) in ctf_process_inbound_raw()
16403 if (m->m_flags & M_ACKCMP) { in rack_do_segment_nounlock()16467 if (m->m_flags & M_ACKCMP) { in rack_do_segment_nounlock()