Home
last modified time | relevance | path

Searched refs:PFR_TFLAG_ACTIVE (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/netpfil/pf/
H A Dpf_table.c1150 if (!(p->pfrkt_flags & PFR_TFLAG_ACTIVE)) in pfr_clr_tables()
1179 key.pfrkt_flags |= PFR_TFLAG_ACTIVE; in pfr_add_tables()
1630 if (p->pfrkt_flags & PFR_TFLAG_ACTIVE) in pfr_ina_commit()
1662 if (!(kt->pfrkt_flags & PFR_TFLAG_ACTIVE)) in pfr_commit_ktable()
1664 } else if (kt->pfrkt_flags & PFR_TFLAG_ACTIVE) { in pfr_commit_ktable()
1838 newf &= ~PFR_TFLAG_ACTIVE; in pfr_setflags_ktable()
1839 if (!(newf & PFR_TFLAG_ACTIVE)) in pfr_setflags_ktable()
1866 if (!(newf & PFR_TFLAG_ACTIVE) && kt->pfrkt_cnt) { in pfr_setflags_ktable()
2041 if (!(kt->pfrkt_flags & PFR_TFLAG_ACTIVE)) in pfr_match_addr()
2092 if (!(kt->pfrkt_flags & PFR_TFLAG_ACTIVE)) in pfr_update_stats()
[all …]
H A Dpf_nv.c347 if ((kt->pfrkt_flags & PFR_TFLAG_ACTIVE) && in pf_addr_wrap_to_nvaddr_wrap()
350 if (kt->pfrkt_flags & PFR_TFLAG_ACTIVE) in pf_addr_wrap_to_nvaddr_wrap()
H A Dpf_if.c557 dyn->pfid_kt->pfrkt_flags |= PFR_TFLAG_ACTIVE; in pfi_dynaddr_setup()
H A Dpf_ioctl.c2295 PFR_TFLAG_ACTIVE; in pf_ioctl_addrule()
3585 PFR_TFLAG_ACTIVE; in pfioctl()
5842 if (!(kt->pfrkt_flags & PFR_TFLAG_ACTIVE) && kt->pfrkt_root != NULL) in pf_tbladdr_copyout()
5845 aw->p.tblcnt = (kt->pfrkt_flags & PFR_TFLAG_ACTIVE) ? in pf_tbladdr_copyout()
/freebsd-14.2/sbin/pfctl/
H A Dpfctl_table.c369 if (!debug && !(ta->pfrt_flags & PFR_TFLAG_ACTIVE)) in print_table()
375 (ta->pfrt_flags & PFR_TFLAG_ACTIVE) ? 'a' : '-', in print_table()
394 if (!debug && !(ts->pfrts_flags & PFR_TFLAG_ACTIVE)) in print_tstats()
537 if (!(t->pfrt_flags & PFR_TFLAG_ACTIVE)) in warn_namespace_collision()
/freebsd-14.2/sys/net/
H A Dpfvar.h1311 #define PFR_TFLAG_ACTIVE 0x00000004 macro
1320 #define PFR_TFLAG_SETMASK (PFR_TFLAG_ACTIVE | \
1326 PFR_TFLAG_ACTIVE | \
/freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c1486 if (!(it->pfrt_flags & PFR_TFLAG_ACTIVE)) in pfa_refresh()