Home
last modified time | relevance | path

Searched refs:lro_nsegs (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c410 m->m_pkthdr.lro_nsegs = 1; in ctf_process_inbound_raw()
H A Dbbr.c7804 nsegs = max(1, m->m_pkthdr.lro_nsegs); in bbr_process_ack()
8222 nsegs = max(1, m->m_pkthdr.lro_nsegs); in bbr_process_data()
8548 nsegs = max(1, m->m_pkthdr.lro_nsegs); in bbr_do_fastnewdata()
8700 nsegs = max(1, m->m_pkthdr.lro_nsegs); in bbr_fastack()
11410 nsegs = max(1, m->m_pkthdr.lro_nsegs); in bbr_do_segment_nounlock()
H A Drack.c8263 nsegs = max(1, m->m_pkthdr.lro_nsegs); in rack_process_ack()
8542 nsegs = max(1, m->m_pkthdr.lro_nsegs); in rack_process_data()
8867 nsegs = max(1, m->m_pkthdr.lro_nsegs); in rack_do_fastnewdata()
9010 nsegs = max(1, m->m_pkthdr.lro_nsegs); in rack_fastack()
/f-stack/freebsd/sys/
H A Dmbuf.h204 #define lro_nsegs tso_segsz /* inbound after LRO */ macro
/f-stack/freebsd/netinet/
H A Dtcp_lro.c565 le->m_head->m_pkthdr.lro_nsegs = le->append_cnt; in tcp_flush_out_le()
H A Dtcp_input.c1525 nsegs = max(1, m->m_pkthdr.lro_nsegs); in tcp_do_segment()