Searched refs:mv_to (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_lro_hpts.c | 255 struct mbuf **mv_to, bool *should_wake, bool bpf_req, bool lagg_bpf_req, in do_bpf_strip_and_compress() argument 426 *mv_to = nm; in do_bpf_strip_and_compress() 517 struct mbuf **pp, *cmp, *mv_to; in _tcp_lro_flush_tcphpts() local 606 mv_to = NULL; in _tcp_lro_flush_tcphpts() 607 if (do_bpf_strip_and_compress(tp, lc, le, pp, &cmp, &mv_to, in _tcp_lro_flush_tcphpts() 626 } else if (mv_to != NULL) { in _tcp_lro_flush_tcphpts() 628 pp = &mv_to->m_nextpkt; in _tcp_lro_flush_tcphpts()
|