Searched refs:PF_DEBUG_MISC (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/dist/pf/net/ |
H A D | if_pfsync.c | 254 if (sp->creatorid == 0 && pf_status.debug >= PF_DEBUG_MISC) { in pfsync_insert_net_state() 262 if (pf_status.debug >= PF_DEBUG_MISC) in pfsync_insert_net_state() 487 if (pf_status.debug >= PF_DEBUG_MISC) in pfsync_input() 521 if (pf_status.debug >= PF_DEBUG_MISC) in pfsync_input() 579 if (pf_status.debug >= PF_DEBUG_MISC) in pfsync_input() 653 if (pf_status.debug >= PF_DEBUG_MISC) in pfsync_input() 707 if (pf_status.debug >= PF_DEBUG_MISC) in pfsync_input() 787 if (pf_status.debug >= PF_DEBUG_MISC) in pfsync_input() 823 if (pf_status.debug >= PF_DEBUG_MISC) in pfsync_input() 839 if (pf_status.debug >= PF_DEBUG_MISC) in pfsync_input() [all …]
|
H A D | pf.c | 706 if (pf_status.debug >= PF_DEBUG_MISC) { in pf_src_connlimit() 763 if (pf_status.debug >= PF_DEBUG_MISC) in pf_src_connlimit() 766 if (pf_status.debug >= PF_DEBUG_MISC) in pf_src_connlimit() 816 if (pf_status.debug >= PF_DEBUG_MISC) { in pf_insert_src_node() 845 if (pf_status.debug >= PF_DEBUG_MISC) { in pf_stateins_err() 899 if (pf_status.debug >= PF_DEBUG_MISC) { in pf_insert_state() 2272 if (pf_status.debug >= PF_DEBUG_MISC) { 2420 if (pf_status.debug >= PF_DEBUG_MISC && 2635 DPFPRINTF(PF_DEBUG_MISC, 4176 if (pf_status.debug >= PF_DEBUG_MISC) { [all …]
|
H A D | pf_norm.c | 133 if (pf_status.debug >= PF_DEBUG_MISC) { \ 1552 if (pf_status.debug >= PF_DEBUG_MISC) { 1621 if (pf_status.debug >= PF_DEBUG_MISC) { 1631 if (pf_status.debug >= PF_DEBUG_MISC) { 1756 if (pf_status.debug >= PF_DEBUG_MISC) { 1804 if (pf_status.debug >= PF_DEBUG_MISC) { 1831 if (pf_status.debug >= PF_DEBUG_MISC && dst->scrub &&
|
H A D | pf_ioctl.c | 1388 DPFPRINTF(PF_DEBUG_MISC, ("pf: started\n")); in pfioctl() 1403 DPFPRINTF(PF_DEBUG_MISC, ("pf: stopped\n")); in pfioctl() 2240 DPFPRINTF(PF_DEBUG_MISC, ("altq: started\n")); in pfioctl() 2257 DPFPRINTF(PF_DEBUG_MISC, ("altq: stopped\n")); in pfioctl()
|
H A D | pfvar.h | 83 enum { PF_DEBUG_NONE, PF_DEBUG_URGENT, PF_DEBUG_MISC, PF_DEBUG_NOISY }; enumerator
|
/netbsd-src/dist/pf/sbin/pfctl/ |
H A D | pfctl.c | 1799 pf->debug = PF_DEBUG_MISC; in pfctl_set_debug() 1871 case PF_DEBUG_MISC: in pfctl_debug() 2340 pfctl_debug(dev, PF_DEBUG_MISC, opts); in main()
|
H A D | pfctl_parser.c | 555 case PF_DEBUG_MISC: in print_status()
|