Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/ipfilter/netinet/
HDip_frag.c517 ipf_frag_softc_t *softf = softc->ipf_frag_soft;
555 ipf_frag_softc_t *softf = softc->ipf_frag_soft;
596 ipf_frag_softc_t *softf = softc->ipf_frag_soft;
806 ipf_frag_softc_t *softf = softc->ipf_frag_soft;
847 ipf_frag_softc_t *softf = softc->ipf_frag_soft;
886 ipf_frag_softc_t *softf = softc->ipf_frag_soft;
944 ipf_frag_softc_t *softf = softc->ipf_frag_soft;
972 ipf_frag_softc_t *softf = softc->ipf_frag_soft;
1024 ipf_frag_softc_t *softf = softc->ipf_frag_soft;
1064 ipf_frag_softc_t *softf = softc->ipf_frag_soft;
[all …]
HDmlfk_ipl.c527 frag_softc = main_softc->ipf_frag_soft;
HDfil.c8340 ipf_frag_setlock(softc->ipf_frag_soft, tmp);
8384 ipf_frag_stats(softc->ipf_frag_soft),
9557 softc->ipf_frag_soft = ipf_frag_soft_create(softc);
9558 if (softc->ipf_frag_soft == NULL) {
9605 if (softc->ipf_frag_soft != NULL) {
9606 ipf_frag_soft_destroy(softc, softc->ipf_frag_soft);
9607 softc->ipf_frag_soft = NULL;
9674 if (ipf_frag_soft_init(softc, softc->ipf_frag_soft) == -1)
9708 if (ipf_frag_soft_fini(softc, softc->ipf_frag_soft) == -1)
HDip_fil.h1641 void *ipf_frag_soft; member