Home
last modified time | relevance | path

Searched refs:lro_entry (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_lro.h131 struct lro_entry { struct
132 LIST_ENTRY(lro_entry) next;
133 LIST_ENTRY(lro_entry) hash_next;
153 LIST_HEAD(lro_head, lro_entry); argument
220 extern int (*tcp_lro_flush_tcphpts)(struct lro_ctrl *, struct lro_entry *);
H A Dtcp_lro.c86 static void tcp_lro_flush(struct lro_ctrl *lc, struct lro_entry *le);
92 int (*tcp_lro_flush_tcphpts)(struct lro_ctrl *lc, struct lro_entry *le);
152 struct lro_entry *le) in tcp_lro_active_insert()
160 tcp_lro_active_remove(struct lro_entry *le) in tcp_lro_active_remove()
177 struct lro_entry *le; in tcp_lro_init_args()
214 le = (struct lro_entry *) in tcp_lro_init_args()
494 struct lro_entry *le; in tcp_lro_free()
588 struct lro_entry *le; in tcp_lro_rx_done()
599 struct lro_entry *le, *le_tmp; in tcp_lro_flush_active()
622 struct lro_entry *le, *le_tmp; in tcp_lro_flush_inactive()
[all …]
H A Dtcp_lro_hpts.c156 const struct lro_entry *le, const struct mbuf *m, 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()
254 struct lro_entry *le, struct mbuf **pp, struct mbuf **cmp, in do_bpf_strip_and_compress()
465 tcp_queue_pkts(struct tcpcb *tp, struct lro_entry *le) in tcp_queue_pkts()
514 _tcp_lro_flush_tcphpts(struct lro_ctrl *lc, struct lro_entry *le) in _tcp_lro_flush_tcphpts()
/freebsd/sys/dev/mxge/
H A Dif_mxge_var.h319 void mxge_lro_flush(struct mxge_slice_state *ss, struct lro_entry *lro);