Searched refs:lro_active (Results 1 – 2 of 2) sorted by relevance
155 LIST_INSERT_HEAD(&lc->lro_active, le, next); in tcp_lro_active_insert()191 LIST_INIT(&lc->lro_active); in tcp_lro_init_args()501 while ((le = LIST_FIRST(&lc->lro_active)) != NULL) { in tcp_lro_free()590 while ((le = LIST_FIRST(&lc->lro_active)) != NULL) { in tcp_lro_rx_done()611 LIST_FOREACH_SAFE(le, &lc->lro_active, next, le_tmp) { in tcp_lro_flush_active()627 if (LIST_EMPTY(&lc->lro_active)) in tcp_lro_flush_inactive()634 LIST_FOREACH_SAFE(le, &lc->lro_active, next, le_tmp) { in tcp_lro_flush_inactive()
178 struct lro_head lro_active; member