Lines Matching full:lc

158 tcp_lro_log(struct tcpcb *tp, const struct lro_ctrl *lc,  in tcp_lro_log()  argument
193 bintime2timeval(&lc->lro_last_queue_time, &btv); in tcp_lro_log()
209 tcp_lro_get_last_if_ackcmp(struct lro_ctrl *lc, struct lro_entry *le, in tcp_lro_get_last_if_ackcmp() argument
220 tcp_lro_log(tp, lc, le, NULL, 23, 0, 0, 0, 0); in tcp_lro_get_last_if_ackcmp()
233 tcp_lro_log(tp, lc, le, NULL, 21, 0, 0, 0, 0); in tcp_lro_get_last_if_ackcmp()
245 m->m_pkthdr.rcvif = lc->ifp; in tcp_lro_get_last_if_ackcmp()
256 do_bpf_strip_and_compress(struct tcpcb *tp, struct lro_ctrl *lc, in do_bpf_strip_and_compress() argument
283 ETHER_BPF_MTAP(lc->ifp, m); in do_bpf_strip_and_compress()
297 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp, in do_bpf_strip_and_compress()
303 IP_PROBE(receive, NULL, NULL, le->outer.ip6, lc->ifp, in do_bpf_strip_and_compress()
313 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp, in do_bpf_strip_and_compress()
319 IP_PROBE(receive, NULL, NULL, le->outer.ip6, lc->ifp, in do_bpf_strip_and_compress()
336 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp, in do_bpf_strip_and_compress()
342 IP_PROBE(receive, NULL, NULL, le->outer.ip6, lc->ifp, in do_bpf_strip_and_compress()
412 nm = tcp_lro_get_last_if_ackcmp(lc, le, tp, &n_mbuf, in do_bpf_strip_and_compress()
517 _tcp_lro_flush_tcphpts(struct lro_ctrl *lc, struct lro_entry *le) in _tcp_lro_flush_tcphpts() argument
548 CURVNET_SET(lc->ifp->if_vnet); in _tcp_lro_flush_tcphpts()
566 tp = tcp_lro_lookup(lc->ifp, in _tcp_lro_flush_tcphpts()
579 if (tp->t_lro_cpu == HPTS_CPU_NONE && lc->lro_cpu_is_set == 1) in _tcp_lro_flush_tcphpts()
580 tp->t_lro_cpu = lc->lro_last_cpu; in _tcp_lro_flush_tcphpts()
592 bpf_req = bpf_peers_present(lc->ifp->if_bpf); in _tcp_lro_flush_tcphpts()
595 if (lc->ifp->if_type == IFT_IEEE8023ADLAG || in _tcp_lro_flush_tcphpts()
596 lc->ifp->if_type == IFT_INFINIBANDLAG) { in _tcp_lro_flush_tcphpts()
597 struct lagg_port *lp = lc->ifp->if_lagg; in _tcp_lro_flush_tcphpts()
610 if (do_bpf_strip_and_compress(tp, lc, le, pp, &cmp, &mv_to, in _tcp_lro_flush_tcphpts()
627 tcp_lro_log(tp, lc, le, NULL, 25, 0, 0, 0, 0); in _tcp_lro_flush_tcphpts()
633 tcp_lro_log(tp, lc, le, NULL, 24, 0, 0, 0, 0); in _tcp_lro_flush_tcphpts()
635 tcp_lro_log(tp, lc, le, NULL, 26, 0, 0, 0, 0); in _tcp_lro_flush_tcphpts()
650 tcp_lro_log(tp, lc, le, NULL, 22, 1, tp->t_flags2, 0, 1);