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

/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dfil.c7590 while ((it = softc->ipf_token_head) != NULL) {
7607 /* ipf_token_head but there is a chance that a token might have a ref count */
7618 for (it = softc->ipf_token_head; it != NULL; it = next) {
7654 for (it = softc->ipf_token_head; it != NULL; it = it->ipt_next) {
7711 for (it = softc->ipf_token_head; it != NULL; it = it->ipt_next) {
9319 softc->ipf_token_head = NULL;
9320 softc->ipf_token_tail = &softc->ipf_token_head;
H A Dip_fil.h1653 ipftoken_t *ipf_token_head; member in struct:ipf_main_softc_s

Completed in 128 milliseconds