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

/freebsd-13-stable/sys/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 flags");
H A Dfil.c284 { { (void *)offsetof(struct ipf_main_softc_s, ipf_flags) },
285 "ipf_flags", 0, 0xffffffff,
286 stsizeof(ipf_main_softc_t, ipf_flags),
3097 if ((softc->ipf_flags & FF_LOGGING) || (pass & FR_LOGMASK)) {
3304 if ((softc->ipf_flags & FF_LOGNOMATCH) && (pass & FR_NOMATCH)) {
3310 (FR_ISPASS(pass) && (softc->ipf_flags & FF_LOGPASS))) {
3317 (FR_ISBLOCK(pass) && (softc->ipf_flags & FF_LOGBLOCK))) {
8236 error = BCOPYIN(data, &softc->ipf_flags,
8237 sizeof(softc->ipf_flags));
8246 error = BCOPYOUT(&softc->ipf_flags, dat
[all...]
H A Dip_fil.h1523 int ipf_flags; member in struct:ipf_main_softc_s
H A Dip_state.c1442 pass = softc->ipf_flags;

Completed in 193 milliseconds