Searched refs:vshared (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table_value.c | 125 get_value_ptrs(struct ip_fw_chain *ch, struct table_config *tc, int vshared, in get_value_ptrs() argument 131 if (vshared != 0) { in get_value_ptrs() 345 get_value_ptrs(ch, ts->tc, ts->vshared, &pval, &vi); in rollback_table_values() 392 if (ts->vshared != 0) { in alloc_table_vidx() 487 get_value_ptrs(ch, ts->tc, ts->vshared, &pval, &vi); in ipfw_link_table_values()
|
| H A D | ip_fw_table.h | 217 int vshared; member
|
| H A D | ip_fw_table.c | 80 uint8_t vshared; /* 1 if using shared value array */ member 586 ts.vshared = tc->vshared; in add_table_entry() 3187 tc->vshared = 1; in alloc_table_config()
|