/src/etc/rc.d/ |
pf | 18 status_cmd="pf_status" 64 pf_status()
|
/src/sys/dist/pf/net/ |
pf_ioctl.c | 176 #define DPFPRINTF(n, x) if (pf_status.debug >= (n)) printf x 317 bzero(&pf_status, sizeof(pf_status)); 318 pf_status.debug = PF_DEBUG_URGENT; 330 pf_status.hostid = cprng_fast32(); 349 pf_status.hostid = cprng_fast32(); 381 pf_status.running = 0; 399 pf_purge_expired_states(pf_status.states); 401 pfsync_clear_states(pf_status.hostid, NULL); 1248 memcpy(pf_status.pf_chksum, digest, sizeof(pf_status.pf_chksum)) [all...] |
if_pfsync.c | 254 if (sp->creatorid == 0 && pf_status.debug >= PF_DEBUG_MISC) { 262 if (pf_status.debug >= PF_DEBUG_MISC) 373 if (!sc || !sc->sc_sync_ifp || !pf_status.running) 422 if (!bcmp(&ph->pf_chksum, &pf_status.pf_chksum, PF_MD5_DIGEST_LENGTH)) 487 if (pf_status.debug >= PF_DEBUG_MISC) 521 if (pf_status.debug >= PF_DEBUG_MISC) 579 if (pf_status.debug >= PF_DEBUG_MISC) 653 if (pf_status.debug >= PF_DEBUG_MISC) 707 if (pf_status.debug >= PF_DEBUG_MISC) 787 if (pf_status.debug >= PF_DEBUG_MISC [all...] |
pf.c | 121 #define DPFPRINTF(n, x) if (pf_status.debug >= (n)) printf x 135 struct pf_status pf_status; variable in typeref:struct:pf_status 578 pf_status.fcounters[FCNT_STATE_SEARCH]++; 589 pf_status.fcounters[FCNT_STATE_SEARCH]++; 619 pf_status.fcounters[FCNT_STATE_SEARCH]++; 688 pf_status.lcounters[LCNT_SRCCONN]++; 694 pf_status.lcounters[LCNT_SRCCONNRATE]++; 705 pf_status.lcounters[LCNT_OVERLOAD_TABLE]++; 706 if (pf_status.debug >= PF_DEBUG_MISC) [all...] |
pfvar.h | 1224 pf_status.counters[x]++; \ 1230 pf_status.counters[x]++; \ 1233 struct pf_status { struct 1514 #define DIOCGETSTATUS _IOWR('D', 21, struct pf_status) 1742 void pfi_fill_oldstatus(struct pf_status *); 1757 extern struct pf_status pf_status;
|
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 &&
|
pf_ruleset.c | 64 if (pf_status.debug >= PF_DEBUG_NOISY) \
|
pf_osfp.c | 51 if (pf_status.debug >= PF_DEBUG_NOISY) \
|
pf_if.c | 707 pfi_fill_oldstatus(struct pf_status *pfs)
|
/src/sys/dev/mii/ |
miivar.h | 113 void (*pf_status)(struct mii_softc *); member in struct:mii_phy_funcs 306 (*(p)->mii_funcs->pf_status)((p))
|
mcommphy.c | 156 .pf_status = ukphy_status,
|
/src/dist/pf/sbin/pfctl/ |
pfctl_parser.h | 216 void print_status(struct pf_status *, int);
|
pfctl_parser.c | 522 print_status(struct pf_status *s, int opts)
|
pfctl.c | 1049 struct pf_status status;
|
/src/dist/pf/libexec/tftp-proxy/ |
filter.c | 168 struct pf_status status;
|
/src/dist/pf/usr.sbin/ftp-proxy/ |
filter.c | 195 struct pf_status status;
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_platform_limits_netbsd.cc | 744 unsigned struct_pf_status_sz = sizeof(pf_status);
|