Searched refs:lro_tcp_h_off (Results 1 – 4 of 4) sorted by relevance
210 m->m_pkthdr.lro_tcp_h_off)); in tcp_lro_get_th()
285 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()
1371 m->m_pkthdr.lro_tcp_h_off = ((uint8_t *)th - (uint8_t *)m->m_data); in tcp_lro_rx_common()
223 #define lro_tcp_h_off PH_loc.sixteen[2] /* inbound during LRO (no reassembly) */ macro