Searched refs:tcp_lro_rx2 (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_lro.c | 81 static int tcp_lro_rx2(struct lro_ctrl *lc, struct mbuf *m, 1114 if (tcp_lro_rx2(lc, mb, 0, 0) != 0) { in tcp_lro_flush_all() 1136 tcp_lro_rx2(struct lro_ctrl *lc, struct mbuf *m, uint32_t csum, int use_hash) in tcp_lro_rx2() function 1408 return tcp_lro_rx2(lc, m, csum, 1); in tcp_lro_rx()
|