Searched refs:tcp_lro_rx (Results 1 – 3 of 3) sorted by relevance
130 int tcp_lro_rx(struct lro_ctrl *, struct mbuf *, uint32_t);
1405 tcp_lro_rx(struct lro_ctrl *lc, struct mbuf *m, uint32_t csum) in tcp_lro_rx() function
2988 if (lro_possible && tcp_lro_rx(&rxq->ifr_lc, m, 0) == 0) in iflib_rxeof()