Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c7587 while ((it = softc->ipf_token_head) != NULL) {
7615 for (it = softc->ipf_token_head; it != NULL; it = next) {
7651 for (it = softc->ipf_token_head; it != NULL; it = it->ipt_next) {
7708 for (it = softc->ipf_token_head; it != NULL; it = it->ipt_next) {
9316 softc->ipf_token_head = NULL;
9317 softc->ipf_token_tail = &softc->ipf_token_head;
H A Dip_fil.h1568 ipftoken_t *ipf_token_head; member