Searched refs:pf_frag_compare (Results 1 – 1 of 1) sorted by relevance
123 static __inline int pf_frag_compare(struct pf_fragment *,125 RB_PROTOTYPE(pf_frag_tree, pf_fragment, fr_entry, pf_frag_compare);126 RB_GENERATE(pf_frag_tree, pf_fragment, fr_entry, pf_frag_compare);196 pf_frag_compare(struct pf_fragment *a, struct pf_fragment *b) in pf_frag_compare() function