Searched refs:lro_entry (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/netinet/
H A Dtcp_lro.h41 struct lro_entry { struct
42 LIST_ENTRY(lro_entry) next;
71 LIST_HEAD(lro_head, lro_entry);
109 void tcp_lro_flush(struct lro_ctrl *, struct lro_entry *);
H A Dtcp_lro.c73 tcp_lro_active_insert(struct lro_ctrl *lc, struct lro_entry *le)
80 tcp_lro_active_remove(struct lro_entry *le)
96 struct lro_entry *le;
125 le = (struct lro_entry *)
138 struct lro_entry *le;
184 tcp_lro_rx_csum_fixup(struct lro_entry *le, void *l3hdr, struct tcphdr *th,
248 struct lro_entry *le;
259 struct lro_entry *le, *le_tmp;
276 tcp_lro_flush(struct lro_ctrl *lc, struct lro_entry *le)
567 struct lro_entry *l
[all...]
/freebsd-11.0-release/sys/dev/mxge/
H A Dif_mxge_var.h365 void mxge_lro_flush(struct mxge_slice_state *ss, struct lro_entry *lro);

Completed in 102 milliseconds