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

/freebsd-10.2-release/contrib/ipfilter/
H A Dmlfk_ipl.c79 SYSCTL_IPF(_net_inet_ipf, OID_AUTO, fr_flags, CTLFLAG_RW, &ipf_flags, 0, "");
H A Dmlf_ipl.c98 SYSCTL_IPF(_net_inet_ipf, OID_AUTO, fr_flags, CTLFLAG_RW, &ipf_flags, 0, "");
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c82 SYSCTL_IPF(_net_inet_ipf, OID_AUTO, fr_flags, CTLFLAG_RW, &ipfmain.ipf_flags, 0, "IPF flags");
H A Dfil.c322 { { (void *)offsetof(struct ipf_main_softc_s, ipf_flags) },
323 "ipf_flags", 0, 0xffffffff,
324 stsizeof(ipf_main_softc_t, ipf_flags),
3096 if ((softc->ipf_flags & FF_LOGGING) || (pass & FR_LOGMASK)) {
3309 if ((softc->ipf_flags & FF_LOGNOMATCH) && (pass & FR_NOMATCH)) {
3315 (FR_ISPASS(pass) && (softc->ipf_flags & FF_LOGPASS))) {
3322 (FR_ISBLOCK(pass) && (softc->ipf_flags & FF_LOGBLOCK))) {
8206 error = BCOPYIN(data, &softc->ipf_flags,
8207 sizeof(softc->ipf_flags));
8216 error = BCOPYOUT(&softc->ipf_flags, dat
[all...]
H A Dip_fil.h1608 int ipf_flags; member in struct:ipf_main_softc_s
H A Dip_state.c1439 pass = softc->ipf_flags;

Completed in 81 milliseconds