Searched refs:active_conns (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/sfxge/
H A Dsfxge_rx.h78 * @active_link: Link for active_conns list
122 * @active_conns: Connections that are holding a packet.
142 LIST_HEAD(, sfxge_lro_conn) active_conns; member in struct:sfxge_lro_state
H A Dsfxge_rx.c446 KASSERT(LIST_EMPTY(&rxq->lro.active_conns),
755 LIST_INSERT_HEAD(&rxq->lro.active_conns, c,
778 while (!LIST_EMPTY(&st->active_conns)) {
779 c = LIST_FIRST(&st->active_conns);
1188 LIST_INIT(&st->active_conns);
1202 KASSERT(LIST_EMPTY(&st->active_conns), ("found active connections"));

Completed in 106 milliseconds