Home
last modified time | relevance | path

Searched refs:trailing_data (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
246 trailing_data = m_cur->m_len - tcp_off; in tcp_pcap_copy_bestfit()
247 trailing_data -= (caddr_t) th - (caddr_t) m_cur->m_data; in tcp_pcap_copy_bestfit()
250 trailing_data += m_cur->m_len; in tcp_pcap_copy_bestfit()
253 if ((bytes_to_copy + trailing_data) > M_SIZE(n)) in tcp_pcap_copy_bestfit()
256 bytes_to_copy += trailing_data; in tcp_pcap_copy_bestfit()