Searched refs:vshared (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/netpfil/ipfw/ |
| HD | 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()
|
| HD | ip_fw_table.h | 215 int vshared; member
|
| HD | 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()
|