Searched refs:objhash_cb_t (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_private.h | 698 typedef int (objhash_cb_t)(struct namedobj_instance *ni, struct named_object *, typedef 725 int ipfw_objhash_foreach(struct namedobj_instance *ni, objhash_cb_t *f, 727 int ipfw_objhash_foreach_type(struct namedobj_instance *ni, objhash_cb_t *f,
|
H A D | ip_fw_sockopt.c | 3679 ipfw_objhash_foreach(struct namedobj_instance *ni, objhash_cb_t *f, void *arg) in ipfw_objhash_foreach() 3699 ipfw_objhash_foreach_type(struct namedobj_instance *ni, objhash_cb_t *f, in ipfw_objhash_foreach_type()
|