Lines Matching defs:pfsync_state
1119 struct pfsync_state { struct
1122 struct pfsync_state_host lan; argument
1123 struct pfsync_state_host gwy; argument
1124 struct pfsync_state_host ext_lan; argument
1125 struct pfsync_state_host ext_gwy; argument
1126 struct pfsync_state_peer src; argument
1127 struct pfsync_state_peer dst; argument
1128 struct pf_addr rt_addr;
1129 struct hook_desc_head unlink_hooks;
1131 u_int32_t _pad[2];
1133 u_int32_t rule;
1134 u_int32_t anchor;
1135 u_int32_t nat_rule;
1136 u_int64_t creation;
1137 u_int64_t expire;
1138 u_int32_t packets[2][2];
1139 u_int32_t bytes[2][2];
1140 u_int32_t creatorid;
1141 u_int16_t tag;
1142 sa_family_t af_lan;
1143 sa_family_t af_gwy;
1144 u_int8_t proto;
1145 u_int8_t direction;
1146 u_int8_t log;
1147 u_int8_t allow_opts;
1148 u_int8_t timeout;
1149 u_int8_t sync_flags;
1150 u_int8_t updates;
1151 u_int8_t proto_variant;
1152 u_int8_t __pad;
1153 u_int32_t flowhash;