Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_lro.h118 struct lro_head lro_free; member
H A Dtcp_lro.c168 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()