Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif_bpe.c73 static inline int bpe_cmp(const struct bpe_key *, const struct bpe_key *);
75 RBT_PROTOTYPE(bpe_tree, bpe_key, k_entry, bpe_cmp);
76 RBT_GENERATE(bpe_tree, bpe_key, k_entry, bpe_cmp);
866 bpe_cmp(const struct bpe_key *a, const struct bpe_key *b) in bpe_cmp() function