Searched refs:pf_frag_compare (Results 1 – 1 of 1) sorted by relevance
127 static int pf_frag_compare(struct pf_fragment *,129 static RB_PROTOTYPE(pf_frag_tree, pf_fragment, fr_entry, pf_frag_compare);130 static RB_GENERATE(pf_frag_tree, pf_fragment, fr_entry, pf_frag_compare);211 pf_frag_compare(struct pf_fragment *a, struct pf_fragment *b) in pf_frag_compare() function