Searched refs:ruleset (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.h640 struct pf_ruleset ruleset; member in struct:pf_anchor
/freebsd-13-stable/contrib/libpcap/
H A Dscanner.l364 rset|ruleset return PF_RSET;
H A Dgencode.c8376 /* PF firewall log ruleset name */
8378 gen_pf_ruleset(compiler_state_t *cstate, char *ruleset) argument
8390 bpf_error(cstate, "ruleset supported only on PF linktype");
8394 if (strlen(ruleset) >= sizeof(((struct pfloghdr *)0)->ruleset)) {
8395 bpf_error(cstate, "ruleset names can only be %ld characters",
8396 (long)(sizeof(((struct pfloghdr *)0)->ruleset) - 1));
8400 b0 = gen_bcmp(cstate, OR_LINKHDR, offsetof(struct pfloghdr, ruleset),
8401 (u_int)strlen(ruleset), (const u_char *)ruleset);
[all...]
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c133 void *ruleset __unused, struct inpcb *inp)
148 void *ruleset __unused, struct inpcb *inp)
/freebsd-13-stable/sys/net/
H A Dpfvar.h721 struct pf_kruleset ruleset; member in struct:pf_kanchor
1660 #define pf_main_ruleset V_pf_main_anchor.ruleset
/freebsd-13-stable/sys/netinet/
H A Dsiftr.c831 void *ruleset __unused, struct inpcb *inp)
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_optimize.c126 * 'tag "bar"' since that would change the meaning of the ruleset.
274 DEBUG("optimizing ruleset");
382 * active ruleset statistics
743 * and place them in the ruleset adjacent to each
813 * currently running ruleset
880 * Load the current ruleset from the kernel and try to associate them with
881 * the ruleset we're optimizing.
938 * Now we try to associate the active ruleset's superblocks with
1329 pf->astack[0]->name, tbl->pt_buf, pf->astack[0]->ruleset.tticket)) {
1338 * Partition the flat ruleset int
[all...]
/freebsd-13-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c191 plog->ruleset[0] = '\0';

Completed in 203 milliseconds

12