Searched refs:ipf_frag_deref (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_frag.c | 88 static void ipf_frag_deref __P((void *, ipfr_t **, ipfrwlock_t *)); 95 static void ipf_frag_deref __P((void *, ipfr_t **)); 1265 ipf_frag_deref(softc, &frag, lock); 1267 ipf_frag_deref(softc, &frag); 1293 ipf_frag_deref(softc->ipf_frag_soft, frp, &softf->ipfr_frag); 1295 ipf_frag_deref(softc->ipf_frag_soft, frp); 1319 ipf_frag_deref(softc->ipf_frag_soft, frp, &softf->ipfr_natfrag); 1321 ipf_frag_deref(softc->ipf_frag_soft, frp); 1338 ipf_frag_deref(arg, frp in ipf_frag_deref() function
|