Searched refs:tcp_hdr_offset (Results 1 – 1 of 1) sorted by relevance
274 int tcp_hdr_offset; in do_bpf_strip_and_compress() local287 tcp_hdr_offset = m->m_pkthdr.lro_tcp_h_off; in do_bpf_strip_and_compress()294 tcp_hdr_offset -= sizeof(*le->outer.ip4); in do_bpf_strip_and_compress()300 tcp_hdr_offset -= sizeof(*le->outer.ip6); in do_bpf_strip_and_compress()327 tcp_hdr_offset -= sizeof(*le->outer.ip4); in do_bpf_strip_and_compress()350 tcp_hdr_offset -= sizeof(*le->outer.ip6); in do_bpf_strip_and_compress()359 MPASS(tcp_hdr_offset >= 0); in do_bpf_strip_and_compress()361 m_adj(m, tcp_hdr_offset); in do_bpf_strip_and_compress()364 m->m_pkthdr.lro_tcp_h_off -= tcp_hdr_offset; in do_bpf_strip_and_compress()