Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro.c863 lc->lro_queued += le->m_head->m_pkthdr.lro_nsegs; in tcp_flush_out_entry()
946 if (m->m_pkthdr.lro_nsegs == 1) { in tcp_lro_mbuf_append_pkthdr()
961 m->m_pkthdr.lro_nsegs += p->m_pkthdr.lro_nsegs; in tcp_lro_mbuf_append_pkthdr()
1032 tcp_data_seg_total = le->m_head->m_pkthdr.lro_nsegs + m->m_pkthdr.lro_nsegs; in tcp_lro_condense()
1375 m->m_pkthdr.lro_nsegs = 1; in tcp_lro_rx_common()
H A Dtcp_lro_hpts.c170 log.u_bbr.flex3 = le->m_head->m_pkthdr.lro_nsegs; in tcp_lro_log()
H A Dtcp_input.c1540 nsegs = max(1, m->m_pkthdr.lro_nsegs); in tcp_do_segment()
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c434 m->m_pkthdr.lro_nsegs = 1; in ctf_process_inbound_raw()
H A Dbbr.c7712 nsegs = max(1, m->m_pkthdr.lro_nsegs); in bbr_process_ack()
8130 nsegs = max(1, m->m_pkthdr.lro_nsegs); in bbr_process_data()
8452 nsegs = max(1, m->m_pkthdr.lro_nsegs); in bbr_do_fastnewdata()
8588 nsegs = max(1, m->m_pkthdr.lro_nsegs); in bbr_fastack()
11279 nsegs = max(1, m->m_pkthdr.lro_nsegs); in bbr_do_segment_nounlock()
H A Drack.c12539 nsegs = max(1, m->m_pkthdr.lro_nsegs); in rack_process_ack()
12904 nsegs = max(1, m->m_pkthdr.lro_nsegs); in rack_process_data()
13231 nsegs = max(1, m->m_pkthdr.lro_nsegs); in rack_do_fastnewdata()
13356 nsegs = max(1, m->m_pkthdr.lro_nsegs); in rack_fastack()
17232 nsegs = m->m_pkthdr.lro_nsegs; in rack_do_segment_nounlock()
/freebsd/sys/sys/
H A Dmbuf.h219 #define lro_nsegs tso_segsz /* inbound after LRO */ macro
/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c2052 m->m_pkthdr.lro_nsegs = in vtnet_rxq_input()