Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c523 dhcpv4_txn_t *txn, *ctxn, *next, *txn_list = NULL; in txn_cleanup_v4() local
536 txn->dt_next = txn_list; in txn_cleanup_v4()
537 txn_list = txn; in txn_cleanup_v4()
545 for (txn = txn_list; txn != NULL; txn = next) { in txn_cleanup_v4()
1262 dhcpv6_txn_t *txn, *next, *txn_list = NULL; in txn_cleanup_v6() local
1275 txn->dt_next = txn_list; in txn_cleanup_v6()
1276 txn_list = txn; in txn_cleanup_v6()
1284 for (txn = txn_list; txn != NULL; txn = next) { in txn_cleanup_v6()