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

/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1800 int l, cmdlen, skip_or; /* skip rest of OR block */ local
1807 skip_or = 0;
1823 * The first match will set "skip_or", and cause
1827 if (skip_or) { /* skip this instruction */
1829 skip_or = 0; /* next one is good */
2825 * Also clear cmdlen and skip_or
2838 skip_or = 0;
2921 * Also clear cmdlen and skip_or
2932 skip_or = 0;
3207 skip_or
[all...]

Completed in 56 milliseconds