HomeSort by: relevance | last modified time | path
    Searched refs:ipf_flags (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
fil.c 313 { { (void *)offsetof(struct ipf_main_softc_s, ipf_flags) },
314 "ipf_flags", 0, 0xffffffff,
315 stsizeof(ipf_main_softc_t, ipf_flags),
3072 if ((softc->ipf_flags & FF_LOGGING) || (pass & FR_LOGMASK)) {
3290 if ((softc->ipf_flags & FF_LOGNOMATCH) && (pass & FR_NOMATCH)) {
3296 (FR_ISPASS(pass) && (softc->ipf_flags & FF_LOGPASS))) {
3303 (FR_ISBLOCK(pass) && (softc->ipf_flags & FF_LOGBLOCK))) {
7983 error = BCOPYIN(data, &softc->ipf_flags,
7984 sizeof(softc->ipf_flags));
7993 error = BCOPYOUT(&softc->ipf_flags, data
    [all...]
ip_fil.h 1608 int ipf_flags; member in struct:ipf_main_softc_s
ip_state.c 1414 pass = softc->ipf_flags;

Completed in 23 milliseconds