Home
last modified time | relevance | path

Searched refs:lro_tcp_h_off (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_lro.h210 m->m_pkthdr.lro_tcp_h_off)); in tcp_lro_get_th()
H A Dtcp_lro_hpts.c285 tcp_hdr_offset = m->m_pkthdr.lro_tcp_h_off; in do_bpf_strip_and_compress()
362 m->m_pkthdr.lro_tcp_h_off -= tcp_hdr_offset; in do_bpf_strip_and_compress()
H A Dtcp_lro.c1371 m->m_pkthdr.lro_tcp_h_off = ((uint8_t *)th - (uint8_t *)m->m_data); in tcp_lro_rx_common()
/freebsd/sys/sys/
H A Dmbuf.h223 #define lro_tcp_h_off PH_loc.sixteen[2] /* inbound during LRO (no reassembly) */ macro