Home
last modified time | relevance | path

Searched refs:ipfw_objhash_alloc_idx (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_eaction.c221 if (ipfw_objhash_alloc_idx(ni, &obj->no.kidx) != 0) { in create_eaction_obj()
H A Dip_fw_table_value.c375 error = ipfw_objhash_alloc_idx(vi, &vidx); in alloc_table_vidx()
H A Dip_fw_private.h729 int ipfw_objhash_alloc_idx(void *n, uint32_t *pidx);
H A Dip_fw_table.c1845 if (ipfw_objhash_alloc_idx(ni, &kidx) != 0) { in create_table_internal()
H A Dip_fw_sockopt.c3722 ipfw_objhash_alloc_idx(void *n, uint32_t *pidx) in ipfw_objhash_alloc_idx() function
H A Dip_fw_dynamic.c699 if (ipfw_objhash_alloc_idx(ni, &obj->no.kidx) != 0) { in dyn_create()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64stl_control.c147 if (ipfw_objhash_alloc_idx(CHAIN_TO_SRV(ch), &cfg->no.kidx) != 0) in nat64stl_create_internal()
H A Dnat64clat_control.c190 if (ipfw_objhash_alloc_idx(ni, &cfg->no.kidx) != 0) { in nat64clat_create()
H A Dnat64lsn_control.c198 if (ipfw_objhash_alloc_idx(ni, &i->no.kidx) != 0) { in nat64lsn_create()
/freebsd/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c702 if (ipfw_objhash_alloc_idx(ni, &cfg->no.kidx) != 0) { in nptv6_create()