Searched refs:M_ACKCMP (Results 1 – 5 of 5) sorted by relevance
216 if (m != NULL && (m->m_flags & M_ACKCMP) != 0) { in tcp_lro_get_last_if_ackcmp()235 m = m_getcl(M_NOWAIT, MT_DATA, M_ACKCMP | M_PKTHDR); in tcp_lro_get_last_if_ackcmp()245 m->m_flags |= M_ACKCMP; in tcp_lro_get_last_if_ackcmp()363 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
4636 if (m->m_flags & M_ACKCMP) { in tcp_handle_orphaned_packets()
375 if ((m->m_flags & M_ACKCMP) == 0) { in ctf_process_inbound_raw()441 if ((m->m_flags & M_ACKCMP) == 0) in ctf_process_inbound_raw()
16272 if (m->m_flags & M_ACKCMP) { in rack_do_segment_nounlock()16336 if (m->m_flags & M_ACKCMP) { in rack_do_segment_nounlock()