Searched refs:ipfw_objhash_alloc_idx (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_eaction.c | 215 if (ipfw_objhash_alloc_idx(ni, &obj->no.kidx) != 0) { in create_eaction_obj()
|
| H A D | ip_fw_table_value.c | 372 error = ipfw_objhash_alloc_idx(vi, &vidx); in alloc_table_vidx()
|
| H A D | ip_fw_private.h | 730 int ipfw_objhash_alloc_idx(void *n, uint16_t *pidx);
|
| H A D | ip_fw_table.c | 1920 if (ipfw_objhash_alloc_idx(ni, &kidx) != 0) { in create_table_internal()
|
| H A D | ip_fw_dynamic.c | 694 if (ipfw_objhash_alloc_idx(ni, &obj->no.kidx) != 0) { in dyn_create()
|
| H A D | ip_fw_sockopt.c | 4668 ipfw_objhash_alloc_idx(void *n, uint16_t *pidx) in ipfw_objhash_alloc_idx() function
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64stl_control.c | 150 if (ipfw_objhash_alloc_idx(CHAIN_TO_SRV(ch), &cfg->no.kidx) != 0) in nat64stl_create_internal()
|
| H A D | nat64clat_control.c | 193 if (ipfw_objhash_alloc_idx(ni, &cfg->no.kidx) != 0) { in nat64clat_create()
|
| H A D | nat64lsn_control.c | 197 if (ipfw_objhash_alloc_idx(CHAIN_TO_SRV(ch), &cfg->no.kidx) != 0) { in nat64lsn_create()
|
| /f-stack/freebsd/netpfil/ipfw/nptv6/ |
| H A D | nptv6.c | 704 if (ipfw_objhash_alloc_idx(ni, &cfg->no.kidx) != 0) { in nptv6_create()
|