Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/ipf/ipfs/
H A Dipfs.c424 ipstate_save_t ips, *is, *ipshead = NULL, *is1, *ipstail = NULL; in readstate() local
472 for (is1 = ipshead; is1 != NULL; is1 = is1->ips_next) in readstate()
484 if (!ipshead) in readstate()
485 ipshead = is; in readstate()
497 while ((is = ipshead) != NULL) { in readstate()
520 ipshead = is->ips_next; in readstate()
527 while ((is = ipshead) != NULL) { in readstate()
528 ipshead = is->ips_next; in readstate()