Home
last modified time | relevance | path

Searched refs:ipf_flags (Results 1 – 4 of 4) sorted by relevance

/src/sys/netpfil/ipfilter/netinet/
H A Dfil.c283 { { (void *)offsetof(struct ipf_main_softc_s, ipf_flags) },
285 stsizeof(ipf_main_softc_t, ipf_flags),
3044 if ((softc->ipf_flags & FF_LOGGING) || (pass & FR_LOGMASK)) { in ipf_check()
3257 if ((softc->ipf_flags & FF_LOGNOMATCH) && (pass & FR_NOMATCH)) { in ipf_dolog()
3263 (FR_ISPASS(pass) && (softc->ipf_flags & FF_LOGPASS))) { in ipf_dolog()
3270 (FR_ISBLOCK(pass) && (softc->ipf_flags & FF_LOGBLOCK))) { in ipf_dolog()
8037 error = BCOPYIN(data, &softc->ipf_flags,
8038 sizeof(softc->ipf_flags));
8047 error = BCOPYOUT(&softc->ipf_flags, data,
8048 sizeof(softc->ipf_flags));
[all …]
H A Dmlfk_ipl.c112 SYSCTL_IPF(_net_inet_ipf, OID_AUTO, fr_flags, CTLFLAG_RW, &VNET_NAME(ipfmain.ipf_flags), 0, "IPF fl…
H A Dip_fil.h1524 int ipf_flags; member
H A Dip_state.c1396 pass = softc->ipf_flags; in ipf_state_add()