Searched refs:IPL_LOGIPF (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_rules.c | 138 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 D | mlfk_ipl.c | 437 case IPL_LOGIPF : in ipfpoll() 492 case IPL_LOGIPF :
|
| H A D | fil.c | 3552 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 D | ip_log.c | 509 return ipf_log_items(softc, IPL_LOGIPF, fin, ptrs, sizes, types, 2);
|
| H A D | ip_htable.c | 1011 iph->iph_flags, IPL_LOGIPF,
|
| H A D | ip_sync.c | 704 fr = ipf_getrulen(softc, IPL_LOGIPF, sn.is_group, sn.is_rulen);
|
| H A D | ip_fil_freebsd.c | 309 if (unit != IPL_LOGIPF && cmd != SIOCIPFINTERROR) {
|
| H A D | ip_fil.h | 1033 #define IPL_LOGIPF 0 /* Minor device #'s for accessing logs */ macro
|