Home
last modified time | relevance | path

Searched refs:M_ACKCMP (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_lro_hpts.c214 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()
H A Dtcp_lro.h197 #define M_ACKCMP M_PROTO4 /* Indicates LRO is sending in a Ack-compression mbuf */ macro
H A Dtcp_subr.c4344 if (m->m_flags & M_ACKCMP) { in tcp_handle_orphaned_packets()
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c377 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()
H A Drack.c16403 if (m->m_flags & M_ACKCMP) { in rack_do_segment_nounlock()
16467 if (m->m_flags & M_ACKCMP) { in rack_do_segment_nounlock()