Home
last modified time | relevance | path

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

/dragonfly/sys/net/pf/
H A Dpfvar.h1144 RB_PROTOTYPE(pf_state_rtree, pf_state_key, entry, pf_state_compare_rkey);
H A Dpf.c341 static __inline int pf_state_compare_rkey(struct pf_state_key *,
353 RB_GENERATE(pf_state_rtree, pf_state_key, entry, pf_state_compare_rkey);
710 pf_state_compare_rkey(struct pf_state_key *a, struct pf_state_key *b) in pf_state_compare_rkey() function