Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro_hpts.c272 int tcp_hdr_offset; in do_bpf_strip_and_compress() local
285 tcp_hdr_offset = m->m_pkthdr.lro_tcp_h_off; in do_bpf_strip_and_compress()
292 tcp_hdr_offset -= sizeof(*le->outer.ip4); in do_bpf_strip_and_compress()
298 tcp_hdr_offset -= sizeof(*le->outer.ip6); in do_bpf_strip_and_compress()
325 tcp_hdr_offset -= sizeof(*le->outer.ip4); in do_bpf_strip_and_compress()
348 tcp_hdr_offset -= sizeof(*le->outer.ip6); in do_bpf_strip_and_compress()
357 MPASS(tcp_hdr_offset >= 0); in do_bpf_strip_and_compress()
359 m_adj(m, tcp_hdr_offset); in do_bpf_strip_and_compress()
362 m->m_pkthdr.lro_tcp_h_off -= tcp_hdr_offset; in do_bpf_strip_and_compress()