Searched refs:lro_free (Results 1 – 2 of 2) sorted by relevance
118 struct lro_head lro_free; member
168 LIST_INIT(&lc->lro_free); in tcp_lro_init_args()201 LIST_INSERT_HEAD(&lc->lro_free, le + i, next); in tcp_lro_init_args()243 LIST_INIT(&lc->lro_free); in tcp_lro_free()989 LIST_INSERT_HEAD(&lc->lro_free, le, next); in tcp_lro_flush()1336 if (LIST_EMPTY(&lc->lro_free)) in tcp_lro_rx2()1340 le = LIST_FIRST(&lc->lro_free); in tcp_lro_rx2()