Home
last modified time | relevance | path

Searched refs:destroy_object (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_private.h624 ipfw_obj_destroy_cb *destroy_object;/* Destroy named object */ member
H A Dip_fw_sockopt.c2707 if (no->refcnt == 1 && rw->destroy_object != NULL) in unref_rule_objects()
2708 rw->destroy_object(ch, no); in unref_rule_objects()