Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro.c86 static void tcp_lro_flush(struct lro_ctrl *lc, struct lro_entry *le);
592 tcp_lro_flush(lc, le); in tcp_lro_rx_done()
614 tcp_lro_flush(lc, le); in tcp_lro_flush_active()
637 tcp_lro_flush(lc, le); in tcp_lro_flush_inactive()
1109 tcp_lro_flush(struct lro_ctrl *lc, struct lro_entry *le) in tcp_lro_flush() function