Home
last modified time | relevance | path

Searched defs:pf_state (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/net/
H A Dpfvar.h393 struct pf_state { struct
400 TAILQ_ENTRY(pf_state) sync_list; argument
409 struct pf_state_key *key[2]; /* addresses stack and wire */ argument
410 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 …]
/f-stack/freebsd/net/
H A Dpfvar.h505 struct pf_state { struct
512 TAILQ_ENTRY(pf_state) sync_list; argument
521 struct pf_state_key *key[2]; /* addresses stack and wire */ argument
522 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 …]
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_cmd.h373 uint8_t pf_state; member