Searched refs:lro_tcp_h_off (Results 1 – 2 of 2) sorted by relevance
443 return ((struct tcphdr *)((uint8_t *)m->m_data + m->m_pkthdr.lro_tcp_h_off)); in tcp_lro_get_th()1593 tcp_hdr_offset = m->m_pkthdr.lro_tcp_h_off; in do_bpf_strip_and_compress()1628 m->m_pkthdr.lro_tcp_h_off -= tcp_hdr_offset; in do_bpf_strip_and_compress()1821 m->m_pkthdr.lro_tcp_h_off = ((uint8_t *)th - (uint8_t *)m->m_data); in tcp_lro_rx_common()
208 #define lro_tcp_h_off PH_loc.sixteen[2] /* inbound during LRO (no reassembly) */ macro