Searched refs:infc_cmp (Results 1 – 1 of 1) sorted by relevance
292 static int infc_cmp(const struct inpcb *, const struct inpcb *);305 RB_PROTOTYPE(inp_fc_tree, inpcb, infc_link, infc_cmp);306 RB_GENERATE(inp_fc_tree, inpcb, infc_link, infc_cmp);3290 infc_cmp(const struct inpcb *inp1, const struct inpcb *inp2) in infc_cmp() function