Searched refs:ipfw_objhash_del (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_eaction.c | 252 ipfw_objhash_del(ni, no); in destroy_eaction_obj()
|
H A D | ip_fw_table_value.c | 266 ipfw_objhash_del(vi, &ptvl->no); in unref_table_value()
|
H A D | ip_fw_private.h | 721 void ipfw_objhash_del(struct namedobj_instance *ni, struct named_object *no);
|
H A D | ip_fw_table.c | 2956 ipfw_objhash_del(ni, &tc->no); in unlink_table()
|
H A D | ip_fw_sockopt.c | 3606 ipfw_objhash_del(struct namedobj_instance *ni, struct named_object *no) in ipfw_objhash_del() function
|
H A D | ip_fw_dynamic.c | 729 ipfw_objhash_del(CHAIN_TO_SRV(ch), no); in dyn_destroy()
|
H A D | ip_fw_table_algo.c | 2342 ipfw_objhash_del(icfg->ii, &ife->no); in ta_del_ifidx()
|
/freebsd/sys/netpfil/ipfw/nptv6/ |
H A D | nptv6.c | 750 ipfw_objhash_del(CHAIN_TO_SRV(ch), &cfg->no); in nptv6_destroy() 1001 ipfw_objhash_del(ni, &cfg->no); in destroy_config_cb()
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64stl_control.c | 304 ipfw_objhash_del(CHAIN_TO_SRV(ch), &cfg->no); in nat64stl_detach_config()
|
H A D | nat64clat_control.c | 301 ipfw_objhash_del(CHAIN_TO_SRV(ch), &cfg->no); in nat64clat_detach_config()
|
H A D | nat64lsn_control.c | 222 ipfw_objhash_del(CHAIN_TO_SRV(ch), &i->no); in nat64lsn_detach_instance()
|