Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_lro.h43 struct lro_entry { struct
44 LIST_ENTRY(lro_entry) next;
45 LIST_ENTRY(lro_entry) hash_next;
88 LIST_HEAD(lro_head, lro_entry); argument
128 void tcp_lro_flush(struct lro_ctrl *, struct lro_entry *);
H A Dtcp_lro.c130 struct lro_entry *le) in tcp_lro_active_insert()
138 tcp_lro_active_remove(struct lro_entry *le) in tcp_lro_active_remove()
155 struct lro_entry *le; in tcp_lro_init_args()
196 le = (struct lro_entry *) in tcp_lro_init_args()
207 tcp_lro_get_th(struct lro_entry *le, struct mbuf *m) in tcp_lro_get_th()
239 struct lro_entry *le; in tcp_lro_free()
352 struct lro_entry *le; in tcp_lro_rx_done()
363 struct lro_entry *le, *le_tmp; in tcp_lro_flush_inactive()
850 tcp_queue_pkts(struct tcpcb *tp, struct lro_entry *le) in tcp_queue_pkts()
867 tcp_lro_flush(struct lro_ctrl *lc, struct lro_entry *le) in tcp_lro_flush()
[all …]