Lines Matching defs:pfsync_state
1108 struct pfsync_state { struct
1111 struct pfsync_state_host lan; argument
1112 struct pfsync_state_host gwy; argument
1113 struct pfsync_state_host ext_lan; argument
1114 struct pfsync_state_host ext_gwy; argument
1115 struct pfsync_state_peer src; argument
1116 struct pfsync_state_peer dst; argument
1117 struct pf_addr rt_addr;
1118 struct hook_desc_head unlink_hooks;
1120 u_int32_t _pad[2];
1122 u_int32_t rule;
1123 u_int32_t anchor;
1124 u_int32_t nat_rule;
1125 u_int64_t creation;
1126 u_int64_t expire;
1127 u_int32_t packets[2][2];
1128 u_int32_t bytes[2][2];
1129 u_int32_t creatorid;
1130 u_int16_t tag;
1131 sa_family_t af_lan;
1132 sa_family_t af_gwy;
1133 u_int8_t proto;
1134 u_int8_t direction;
1135 u_int8_t log;
1136 u_int8_t allow_opts;
1137 u_int8_t timeout;
1138 u_int8_t sync_flags;
1139 u_int8_t updates;
1140 u_int8_t proto_variant;
1141 u_int8_t __pad;
1142 u_int32_t flowhash;