Searched refs:vshared (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table_value.c127 get_value_ptrs(struct ip_fw_chain *ch, struct table_config *tc, int vshared, argument
133 if (vshared != 0) {
347 get_value_ptrs(ch, ts->tc, ts->vshared, &pval, &vi);
399 if (ts->vshared != 0) {
443 * XXX: Properly read vshared
493 get_value_ptrs(ch, ts->tc, ts->vshared, &pval, &vi);
H A Dip_fw_table.h216 int vshared; member in struct:tableop_state
H A Dip_fw_table.c79 uint8_t vshared; /* 1 if using shared value array */ member in struct:table_config
589 ts.vshared = tc->vshared;
3188 tc->vshared = 1;

Completed in 63 milliseconds