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

  /src/sys/external/bsd/ipf/netinet/
ip_htable.c 82 static int ipf_htable_deref(ipf_main_softc_t *, void *, void *);
140 ipf_htable_deref,
510 return ipf_htable_deref(softc, arg, iph);
645 /* Function: ipf_htable_deref */
653 ipf_htable_deref(ipf_main_softc_t *softc, void *arg, void *object) function
1254 ipf_htable_deref(softc, softh, iph);
1304 ipf_htable_deref(softc, arg, (iphtable_t *)data);
  /src/external/bsd/ipf/dist/
ip_htable.c 66 static int ipf_htable_deref __P((ipf_main_softc_t *, void *, void *));
124 ipf_htable_deref,
525 return ipf_htable_deref(softc, arg, iph);
670 /* Function: ipf_htable_deref */
678 ipf_htable_deref(softc, arg, object) function
1316 ipf_htable_deref(softc, softh, iph);
1370 ipf_htable_deref(softc, arg, (iphtable_t *)data);

Completed in 24 milliseconds