Home
last modified time | relevance | path

Searched refs:IPL_LOGIPF (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_rules.c138 err = frrequest(&V_ipfmain, IPL_LOGIPF, SIOCADDFR, (caddr_t)fp, in ipfrule_add_out_()
165 err = frrequest(&V_ipfmain, IPL_LOGIPF, SIOCDELFR, in ipfrule_remove_out_()
207 err = frrequest(&V_ipfmain, IPL_LOGIPF, SIOCADDFR, (caddr_t)fp, in ipfrule_add_in_()
234 err = frrequest(&V_ipfmain, IPL_LOGIPF, SIOCDELFR, in ipfrule_remove_in_()
H A Dmlfk_ipl.c437 case IPL_LOGIPF : in ipfpoll()
492 case IPL_LOGIPF :
H A Dfil.c3552 if (unit == IPL_LOGIPF && *group == '\0')
3790 if (unit == IPL_LOGIPF) {
4075 IPL_LOGIPF,
4083 IPL_LOGIPF,
4273 fiop->f_locks[IPL_LOGIPF] = -1;
6233 case IPL_LOGIPF :
7961 unit = IPL_LOGIPF;
8327 tmp = ipf_flush(softc, IPL_LOGIPF, tmp);
8348 tmp = ipf_flush(softc, IPL_LOGIPF, tmp);
8386 tmp = ipf_log_clear(softc, IPL_LOGIPF);
[all …]
H A Dip_log.c509 return ipf_log_items(softc, IPL_LOGIPF, fin, ptrs, sizes, types, 2);
H A Dip_htable.c1011 iph->iph_flags, IPL_LOGIPF,
H A Dip_sync.c704 fr = ipf_getrulen(softc, IPL_LOGIPF, sn.is_group, sn.is_rulen);
H A Dip_fil_freebsd.c309 if (unit != IPL_LOGIPF && cmd != SIOCIPFINTERROR) {
H A Dip_fil.h1033 #define IPL_LOGIPF 0 /* Minor device #'s for accessing logs */ macro