Searched defs:pf_state (Results 1 – 3 of 3) sorted by relevance
393 struct pf_state { struct400 TAILQ_ENTRY(pf_state) sync_list; argument409 struct pf_state_key *key[2]; /* addresses stack and wire */ argument410 struct pfi_kkif *kif;416 u_int32_t creation;417 u_int32_t expire;419 u_int16_t tag;420 u_int8_t log;421 u_int8_t state_flags;422 u_int8_t timeout;[all …]
505 struct pf_state { struct512 TAILQ_ENTRY(pf_state) sync_list; argument521 struct pf_state_key *key[2]; /* addresses stack and wire */ argument522 struct pfi_kkif *kif;528 u_int32_t creation;529 u_int32_t expire;531 u_int16_t tag;532 u_int8_t log;533 u_int8_t state_flags;534 u_int8_t timeout;[all …]
373 uint8_t pf_state; member