Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDfil.c282 { { (void *)offsetof(struct ipf_main_softc_s, ipf_flags) },
284 stsizeof(ipf_main_softc_t, ipf_flags),
3042 if ((softc->ipf_flags & FF_LOGGING) || (pass & FR_LOGMASK)) { in ipf_check()
3255 if ((softc->ipf_flags & FF_LOGNOMATCH) && (pass & FR_NOMATCH)) { in ipf_dolog()
3261 (FR_ISPASS(pass) && (softc->ipf_flags & FF_LOGPASS))) { in ipf_dolog()
3268 (FR_ISBLOCK(pass) && (softc->ipf_flags & FF_LOGBLOCK))) { in ipf_dolog()
7969 error = BCOPYIN(data, &softc->ipf_flags,
7970 sizeof(softc->ipf_flags));
7979 error = BCOPYOUT(&softc->ipf_flags, data,
7980 sizeof(softc->ipf_flags));
[all …]
HDmlfk_ipl.c112 SYSCTL_IPF(_net_inet_ipf, OID_AUTO, fr_flags, CTLFLAG_RW, &VNET_NAME(ipfmain.ipf_flags), 0, "IPF fl…
HDip_fil.h1526 int ipf_flags; member
HDip_state.c1397 pass = softc->ipf_flags; in ipf_state_add()