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.c860 lc->lro_queued += le->m_head->m_pkthdr.lro_nsegs; in tcp_flush_out_entry()
943 if (m->m_pkthdr.lro_nsegs == 1) { in tcp_lro_mbuf_append_pkthdr()
958 m->m_pkthdr.lro_nsegs += p->m_pkthdr.lro_nsegs; in tcp_lro_mbuf_append_pkthdr()
1029 tcp_data_seg_total = le->m_head->m_pkthdr.lro_nsegs + m->m_pkthdr.lro_nsegs; in tcp_lro_condense()
1372 m->m_pkthdr.lro_nsegs = 1; in tcp_lro_rx_common()
H A Dtcp_lro_hpts.c174 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.c423 m->m_pkthdr.lro_nsegs = 1; in ctf_process_inbound_raw()
H A Dbbr.c7694 nsegs = max(1, m->m_pkthdr.lro_nsegs); in bbr_process_ack()
8149 nsegs = max(1, m->m_pkthdr.lro_nsegs); in bbr_process_data()
8471 nsegs = max(1, m->m_pkthdr.lro_nsegs); in bbr_do_fastnewdata()
8607 nsegs = max(1, m->m_pkthdr.lro_nsegs); in bbr_fastack()
11294 nsegs = max(1, m->m_pkthdr.lro_nsegs); in bbr_do_segment_nounlock()
H A Drack.c11870 nsegs = max(1, m->m_pkthdr.lro_nsegs); in rack_process_ack()
12233 nsegs = max(1, m->m_pkthdr.lro_nsegs); in rack_process_data()
12560 nsegs = max(1, m->m_pkthdr.lro_nsegs); in rack_do_fastnewdata()
12685 nsegs = max(1, m->m_pkthdr.lro_nsegs); in rack_fastack()
16472 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.c2042 m->m_pkthdr.lro_nsegs = in vtnet_rxq_input()