Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro.c190 LIST_INIT(&lc->lro_free); in tcp_lro_init_args()
219 LIST_INSERT_HEAD(&lc->lro_free, le + i, next); in tcp_lro_init_args()
498 LIST_INIT(&lc->lro_free); in tcp_lro_free()
1121 LIST_INSERT_HEAD(&lc->lro_free, le, next); in tcp_lro_flush()
1403 if (LIST_EMPTY(&lc->lro_free)) in tcp_lro_rx_common()
1407 le = LIST_FIRST(&lc->lro_free); in tcp_lro_rx_common()
H A Dtcp_lro.h179 struct lro_head lro_free; member
/freebsd/sys/dev/oce/
H A Doce_if.c347 goto lro_free; in oce_attach()
384 lro_free: in oce_attach()