Searched refs:vshared (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/netpfil/ipfw/ |
| H A D | ip_fw_table_value.c | 124 get_value_ptrs(struct ip_fw_chain *ch, struct table_config *tc, int vshared, in get_value_ptrs() argument 130 if (vshared != 0) { in get_value_ptrs() 344 get_value_ptrs(ch, ts->tc, ts->vshared, &pval, &vi); in rollback_table_values() 391 if (ts->vshared != 0) { in alloc_table_vidx() 486 get_value_ptrs(ch, ts->tc, ts->vshared, &pval, &vi); in ipfw_link_table_values()
|
| H A D | ip_fw_table.h | 215 int vshared; member
|
| H A D | ip_fw_table.c | 78 uint8_t vshared; /* 1 if using shared value array */ member 584 ts.vshared = tc->vshared; in add_table_entry() 3206 tc->vshared = 1; in alloc_table_config()
|