Searched refs:vshared (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_table_value.c | 128 get_value_ptrs(struct ip_fw_chain *ch, struct table_config *tc, int vshared, in get_value_ptrs() argument 134 if (vshared != 0) { in get_value_ptrs() 348 get_value_ptrs(ch, ts->tc, ts->vshared, &pval, &vi); in rollback_table_values() 395 if (ts->vshared != 0) { in alloc_table_vidx() 489 get_value_ptrs(ch, ts->tc, ts->vshared, &pval, &vi); in ipfw_link_table_values()
|
H A D | ip_fw_table.h | 211 int vshared; member
|
H A D | ip_fw_table.c | 78 uint8_t vshared; /* 1 if using shared value array */ member 582 ts.vshared = tc->vshared; in add_table_entry() 2879 tc->vshared = 1; in alloc_table_config()
|