Lines Matching refs:lc
155 tcp_lro_log(struct tcpcb *tp, const struct lro_ctrl *lc, in tcp_lro_log() argument
190 bintime2timeval(&lc->lro_last_queue_time, &btv); in tcp_lro_log()
206 tcp_lro_get_last_if_ackcmp(struct lro_ctrl *lc, struct lro_entry *le, in tcp_lro_get_last_if_ackcmp() argument
217 tcp_lro_log(tp, lc, le, NULL, 23, 0, 0, 0, 0); in tcp_lro_get_last_if_ackcmp()
230 tcp_lro_log(tp, lc, le, NULL, 21, 0, 0, 0, 0); in tcp_lro_get_last_if_ackcmp()
242 m->m_pkthdr.rcvif = lc->ifp; in tcp_lro_get_last_if_ackcmp()
253 do_bpf_strip_and_compress(struct tcpcb *tp, struct lro_ctrl *lc, in do_bpf_strip_and_compress() argument
280 ETHER_BPF_MTAP(lc->ifp, m); in do_bpf_strip_and_compress()
294 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp, in do_bpf_strip_and_compress()
300 IP_PROBE(receive, NULL, NULL, le->outer.ip6, lc->ifp, in do_bpf_strip_and_compress()
310 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp, in do_bpf_strip_and_compress()
316 IP_PROBE(receive, NULL, NULL, le->outer.ip6, lc->ifp, in do_bpf_strip_and_compress()
333 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp, in do_bpf_strip_and_compress()
339 IP_PROBE(receive, NULL, NULL, le->outer.ip6, lc->ifp, in do_bpf_strip_and_compress()
409 nm = tcp_lro_get_last_if_ackcmp(lc, le, tp, &n_mbuf, in do_bpf_strip_and_compress()
514 _tcp_lro_flush_tcphpts(struct lro_ctrl *lc, struct lro_entry *le) in _tcp_lro_flush_tcphpts() argument
545 CURVNET_SET(lc->ifp->if_vnet); in _tcp_lro_flush_tcphpts()
563 tp = tcp_lro_lookup(lc->ifp, in _tcp_lro_flush_tcphpts()
576 if (tp->t_lro_cpu == HPTS_CPU_NONE && lc->lro_cpu_is_set == 1) in _tcp_lro_flush_tcphpts()
577 tp->t_lro_cpu = lc->lro_last_cpu; in _tcp_lro_flush_tcphpts()
589 bpf_req = bpf_peers_present(lc->ifp->if_bpf); in _tcp_lro_flush_tcphpts()
592 if (lc->ifp->if_type == IFT_IEEE8023ADLAG || in _tcp_lro_flush_tcphpts()
593 lc->ifp->if_type == IFT_INFINIBANDLAG) { in _tcp_lro_flush_tcphpts()
594 struct lagg_port *lp = lc->ifp->if_lagg; in _tcp_lro_flush_tcphpts()
607 if (do_bpf_strip_and_compress(tp, lc, le, pp, &cmp, &mv_to, in _tcp_lro_flush_tcphpts()
624 tcp_lro_log(tp, lc, le, NULL, 25, 0, 0, 0, 0); in _tcp_lro_flush_tcphpts()
630 tcp_lro_log(tp, lc, le, NULL, 24, 0, 0, 0, 0); in _tcp_lro_flush_tcphpts()
632 tcp_lro_log(tp, lc, le, NULL, 26, 0, 0, 0, 0); in _tcp_lro_flush_tcphpts()
647 tcp_lro_log(tp, lc, le, NULL, 22, 1, tp->t_flags2, 0, 1);