Searched refs:ipf_flags (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | mlfk_ipl.c | 110 SYSCTL_IPF(_net_inet_ipf, OID_AUTO, fr_flags, CTLFLAG_RW, &VNET_NAME(ipfmain.ipf_flags), 0, "IPF fl…
|
| H A D | fil.c | 286 { { (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 D | ip_fil.h | 1523 int ipf_flags; member
|
| H A D | ip_state.c | 1442 pass = softc->ipf_flags;
|