Home
last modified time | relevance | path

Searched refs:pf_state_compare_key (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/net/pf/
H A Dpfvar.h1142 RB_PROTOTYPE(pf_state_tree, pf_state_key, entry, pf_state_compare_key);
H A Dpf.c339 static __inline int pf_state_compare_key(struct pf_state_key *,
352 RB_GENERATE(pf_state_tree, pf_state_key, entry, pf_state_compare_key);
637 pf_state_compare_key(struct pf_state_key *a, struct pf_state_key *b) in pf_state_compare_key() function