Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c110 SYSCTL_IPF(_net_inet_ipf, OID_AUTO, fr_flags, CTLFLAG_RW, &VNET_NAME(ipfmain.ipf_flags), 0, "IPF fl…
H A Dfil.c286 { { (void *)offsetof(struct ipf_main_softc_s, ipf_flags) },
288 stsizeof(ipf_main_softc_t, ipf_flags),
3099 if ((softc->ipf_flags & FF_LOGGING) || (pass & FR_LOGMASK)) {
3306 if ((softc->ipf_flags & FF_LOGNOMATCH) && (pass & FR_NOMATCH)) {
3312 (FR_ISPASS(pass) && (softc->ipf_flags & FF_LOGPASS))) {
3319 (FR_ISBLOCK(pass) && (softc->ipf_flags & FF_LOGBLOCK))) {
8238 error = BCOPYIN(data, &softc->ipf_flags,
8239 sizeof(softc->ipf_flags));
8248 error = BCOPYOUT(&softc->ipf_flags, data,
8249 sizeof(softc->ipf_flags));
[all …]
H A Dip_fil.h1523 int ipf_flags; member
H A Dip_state.c1442 pass = softc->ipf_flags;