HomeSort by: relevance | last modified time | path
    Searched refs:ipf_token_head (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
fil.c 7363 while ((it = softc->ipf_token_head) != NULL) {
7380 /* ipf_token_head but there is a chance that a token might have a ref count */
7390 for (it = softc->ipf_token_head; it != NULL; it = next) {
7423 for (it = softc->ipf_token_head; it != NULL; it = it->ipt_next) {
7476 for (it = softc->ipf_token_head; it != NULL; it = it->ipt_next) {
9037 softc->ipf_token_head = NULL;
9038 softc->ipf_token_tail = &softc->ipf_token_head;
ip_fil.h 1653 ipftoken_t *ipf_token_head; member in struct:ipf_main_softc_s

Completed in 21 milliseconds