Home
last modified time | relevance | path

Searched refs:lro_active (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_lro.h117 struct lro_head lro_active; member
H A Dtcp_lro.c133 LIST_INSERT_HEAD(&lc->lro_active, le, next); in tcp_lro_active_insert()
169 LIST_INIT(&lc->lro_active); in tcp_lro_init_args()
246 while ((le = LIST_FIRST(&lc->lro_active)) != NULL) { in tcp_lro_free()
354 while ((le = LIST_FIRST(&lc->lro_active)) != NULL) { in tcp_lro_rx_done()
366 if (LIST_EMPTY(&lc->lro_active)) in tcp_lro_flush_inactive()
371 LIST_FOREACH_SAFE(le, &lc->lro_active, next, le_tmp) { in tcp_lro_flush_inactive()