Symbol: lro_ctrl
sys/dev/al_eth/al_eth.h
145
struct lro_ctrl lro;
sys/dev/cxgb/cxgb_adapter.h
163
struct lro_ctrl ctrl;
sys/dev/cxgb/cxgb_sge.c
2829
struct lro_ctrl *lro_ctrl = &qs->lro.ctrl;
sys/dev/cxgb/cxgb_sge.c
2936
if (lro_enabled && lro_ctrl->lro_cnt && !skip_lro
sys/dev/cxgb/cxgb_sge.c
2937
&& (tcp_lro_rx(lro_ctrl, m, 0) == 0)
sys/dev/cxgb/cxgb_sge.c
2973
tcp_lro_flush_all(lro_ctrl);
sys/dev/cxgbe/adapter.h
704
struct lro_ctrl lro; /* LRO state */
sys/dev/cxgbe/t4_sge.c
1549
sort_before_lro(struct lro_ctrl *lro)
sys/dev/cxgbe/t4_sge.c
1623
struct lro_ctrl *lro = &rxq->lro;
sys/dev/cxgbe/t4_sge.c
2102
struct lro_ctrl *lro = &rxq->lro;
sys/dev/ena/ena.h
345
struct lro_ctrl lro;
sys/dev/gve/gve.h
339
struct lro_ctrl lro;
sys/dev/hyperv/netvsc/if_hn.c
3392
hn_lro_rx(struct lro_ctrl *lc, struct mbuf *m)
sys/dev/hyperv/netvsc/if_hn.c
3695
struct lro_ctrl *lro = &rxr->hn_lro;
sys/dev/hyperv/netvsc/if_hnvar.h
85
struct lro_ctrl hn_lro;
sys/dev/liquidio/base/lio_droq.h
336
struct lro_ctrl lro;
sys/dev/liquidio/lio_main.c
1192
struct lro_ctrl *lro;
sys/dev/mana/mana.h
436
struct lro_ctrl lro;
sys/dev/mlx4/mlx4_en/en.h
363
struct lro_ctrl lro;
sys/dev/mlx5/mlx5_en/en.h
771
struct lro_ctrl lro;
sys/dev/mxge/if_mxge_var.h
186
struct lro_ctrl lc;
sys/dev/neta/if_mvneta.c
1347
struct lro_ctrl *lro;
sys/dev/neta/if_mvneta.c
1375
struct lro_ctrl *lro;
sys/dev/neta/if_mvnetavar.h
131
struct lro_ctrl lro;
sys/dev/oce/oce_if.c
1816
struct lro_ctrl *lro = &rq->lro;
sys/dev/oce/oce_if.c
1831
struct lro_ctrl *lro = NULL;
sys/dev/oce/oce_if.c
1850
struct lro_ctrl *lro = NULL;
sys/dev/oce/oce_if.h
757
struct lro_ctrl lro;
sys/dev/qlnx/qlnxe/qlnx_def.h
127
struct lro_ctrl lro;
sys/dev/qlnx/qlnxe/qlnx_os.c
4400
struct lro_ctrl *lro;
sys/dev/qlnx/qlnxe/qlnx_os.c
4732
struct lro_ctrl *lro;
sys/dev/qlnx/qlnxe/qlnx_os.c
5879
struct lro_ctrl *lro;
sys/dev/qlnx/qlnxe/qlnx_os.c
6076
struct lro_ctrl *lro;
sys/dev/qlnx/qlnxe/qlnx_os.c
7149
struct lro_ctrl *lro;
sys/dev/qlxgb/qla_hw.c
1774
struct lro_ctrl *lro;
sys/dev/qlxgb/qla_hw.c
1798
struct lro_ctrl *lro;
sys/dev/qlxgb/qla_hw.h
713
struct lro_ctrl lro;
sys/dev/qlxgb/qla_isr.c
271
struct lro_ctrl *lro;
sys/dev/qlxgb/qla_isr.c
54
struct lro_ctrl *lro)
sys/dev/qlxgbe/ql_hw.c
2755
struct lro_ctrl *lro;
sys/dev/qlxgbe/ql_hw.c
2760
bzero(lro, sizeof(struct lro_ctrl));
sys/dev/qlxgbe/ql_hw.c
2783
struct lro_ctrl *lro;
sys/dev/qlxgbe/ql_hw.c
2801
struct lro_ctrl *lro;
sys/dev/qlxgbe/ql_hw.h
1477
struct lro_ctrl lro;
sys/dev/qlxgbe/ql_isr.c
70
struct lro_ctrl *lro;
sys/dev/qlxgbe/ql_isr.c
714
struct lro_ctrl *lro;
sys/dev/qlxge/qls_def.h
176
struct lro_ctrl lro;
sys/dev/qlxge/qls_isr.c
130
struct lro_ctrl *lro;
sys/dev/qlxge/qls_isr.c
235
struct lro_ctrl *lro = &ha->rx_ring[cq_idx].lro;
sys/dev/qlxge/qls_os.c
1450
struct lro_ctrl *lro;
sys/dev/qlxge/qls_os.c
1473
struct lro_ctrl *lro;
sys/dev/virtio/network/if_vtnet.c
2173
struct lro_ctrl *lro;
sys/dev/virtio/network/if_vtnetvar.h
88
struct lro_ctrl vtnrx_lro;
sys/dev/vnic/nicvf_queues.c
1297
struct lro_ctrl *lro;
sys/dev/vnic/nicvf_queues.c
743
struct lro_ctrl *lro;
sys/dev/vnic/nicvf_queues.h
281
struct lro_ctrl lro;
sys/dev/xen/netfront/netfront.c
1242
struct lro_ctrl *lro = &rxq->lro;
sys/dev/xen/netfront/netfront.c
176
struct lro_ctrl lro;
sys/net/if_tuntap.c
151
struct lro_ctrl tun_lro; /* for TCP LRO */
sys/net/iflib.c
497
struct lro_ctrl ifr_lc;
sys/netinet/tcp_lro.c
1123
tcp_lro_flush(struct lro_ctrl *lc, struct lro_entry *le)
sys/netinet/tcp_lro.c
1213
tcp_lro_flush_all(struct lro_ctrl *lc)
sys/netinet/tcp_lro.c
1281
tcp_lro_rx_get_bucket(struct lro_ctrl *lc, struct mbuf *m, struct lro_parser *parser)
sys/netinet/tcp_lro.c
1295
tcp_lro_rx_common(struct lro_ctrl *lc, struct mbuf *m, uint32_t csum, bool use_hash)
sys/netinet/tcp_lro.c
1421
tcp_lro_rx(struct lro_ctrl *lc, struct mbuf *m, uint32_t csum)
sys/netinet/tcp_lro.c
1471
tcp_lro_queue_mbuf(struct lro_ctrl *lc, struct mbuf *mb)
sys/netinet/tcp_lro.c
152
tcp_lro_active_insert(struct lro_ctrl *lc, struct lro_head *bucket,
sys/netinet/tcp_lro.c
169
tcp_lro_init(struct lro_ctrl *lc)
sys/netinet/tcp_lro.c
175
tcp_lro_init_args(struct lro_ctrl *lc, struct ifnet *ifp,
sys/netinet/tcp_lro.c
503
tcp_lro_free(struct lro_ctrl *lc)
sys/netinet/tcp_lro.c
600
tcp_lro_rx_done(struct lro_ctrl *lc)
sys/netinet/tcp_lro.c
611
tcp_lro_flush_active(struct lro_ctrl *lc)
sys/netinet/tcp_lro.c
634
tcp_lro_flush_inactive(struct lro_ctrl *lc, const struct timeval *timeout)
sys/netinet/tcp_lro.c
658
tcp_lro_rx_ipv4(struct lro_ctrl *lc, struct mbuf *m, struct ip *ip4)
sys/netinet/tcp_lro.c
804
tcp_flush_out_entry(struct lro_ctrl *lc, struct lro_entry *le)
sys/netinet/tcp_lro.c
83
static void tcp_lro_rx_done(struct lro_ctrl *lc);
sys/netinet/tcp_lro.c
84
static int tcp_lro_rx_common(struct lro_ctrl *lc, struct mbuf *m,
sys/netinet/tcp_lro.c
86
static void tcp_lro_flush(struct lro_ctrl *lc, struct lro_entry *le);
sys/netinet/tcp_lro.c
879
tcp_set_entry_to_mbuf(struct lro_ctrl *lc, struct lro_entry *le,
sys/netinet/tcp_lro.c
917
tcp_push_and_replace(struct lro_ctrl *lc, struct lro_entry *le, struct mbuf *m)
sys/netinet/tcp_lro.c
92
int (*tcp_lro_flush_tcphpts)(struct lro_ctrl *lc, struct lro_entry *le);
sys/netinet/tcp_lro.c
977
tcp_lro_condense(struct lro_ctrl *lc, struct lro_entry *le)
sys/netinet/tcp_lro.h
215
int tcp_lro_init(struct lro_ctrl *);
sys/netinet/tcp_lro.h
216
int tcp_lro_init_args(struct lro_ctrl *, struct ifnet *, unsigned, unsigned);
sys/netinet/tcp_lro.h
217
void tcp_lro_free(struct lro_ctrl *);
sys/netinet/tcp_lro.h
218
void tcp_lro_flush_inactive(struct lro_ctrl *, const struct timeval *);
sys/netinet/tcp_lro.h
219
void tcp_lro_flush_all(struct lro_ctrl *);
sys/netinet/tcp_lro.h
220
extern int (*tcp_lro_flush_tcphpts)(struct lro_ctrl *, struct lro_entry *);
sys/netinet/tcp_lro.h
221
int tcp_lro_rx(struct lro_ctrl *, struct mbuf *, uint32_t);
sys/netinet/tcp_lro.h
222
void tcp_lro_queue_mbuf(struct lro_ctrl *, struct mbuf *);
sys/netinet/tcp_lro_hpts.c
157
tcp_lro_log(struct tcpcb *tp, const struct lro_ctrl *lc,
sys/netinet/tcp_lro_hpts.c
208
tcp_lro_get_last_if_ackcmp(struct lro_ctrl *lc, struct lro_entry *le,
sys/netinet/tcp_lro_hpts.c
255
do_bpf_strip_and_compress(struct tcpcb *tp, struct lro_ctrl *lc,
sys/netinet/tcp_lro_hpts.c
516
_tcp_lro_flush_tcphpts(struct lro_ctrl *lc, struct lro_entry *le)