Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_pcap.c162 int bytes_to_copy=0, trailing_data, skip=0, tcp_off; in tcp_pcap_copy_bestfit() local
179 tcp_off = th->th_off << 2; in tcp_pcap_copy_bestfit()
196 bytes_to_copy = tcp_off; in tcp_pcap_copy_bestfit()
219 bytes_to_copy += tcp_off; in tcp_pcap_copy_bestfit()
246 trailing_data = m_cur->m_len - tcp_off; in tcp_pcap_copy_bestfit()