Searched refs:ipf_htable_deref (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_htable.c | 58 static int ipf_htable_deref(ipf_main_softc_t *, void *, void *); 116 ipf_htable_deref, 485 return (ipf_htable_deref(softc, arg, iph)); in ipf_htable_remove() 629 ipf_htable_deref(ipf_main_softc_t *softc, void *arg, void *object) in ipf_htable_deref() function 1233 ipf_htable_deref(softc, softh, iph); in ipf_htable_iter_next() 1283 ipf_htable_deref(softc, arg, (iphtable_t *)data); in ipf_htable_iter_deref()
|