Searched refs:tcp_lro_rx_common (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_lro.c | 84 static int tcp_lro_rx_common(struct lro_ctrl *lc, struct mbuf *m, 1248 if (tcp_lro_rx_common(lc, mb, 0, false) != 0) { in tcp_lro_flush_all() 1280 tcp_lro_rx_common(struct lro_ctrl *lc, struct mbuf *m, uint32_t csum, bool use_hash) in tcp_lro_rx_common() function 1445 error = tcp_lro_rx_common(lc, m, csum, true); in tcp_lro_rx()
|