Home
last modified time | relevance | path

Searched defs:pf_state_export (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/
H A Dpfvar.h983 uint64_t version;
985 uint64_t id;
992 uint32_t rule;
993 uint32_t anchor;
994 uint32_t nat_rule;
995 uint32_t creation;
996 uint32_t expire;
997 uint32_t spare0;
999 uint64_t bytes[2];
1001 uint32_t spare1;
[all …]
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c5611 pf_state_export(struct pf_state_export *sp, struct pf_kstate *st) in pf_state_export() function