Searched refs:infc_cmp (Results 1 – 1 of 1) sorted by relevance
304 static int infc_cmp(const struct inpcb *, const struct inpcb *);317 RB_PROTOTYPE(inp_fc_tree, inpcb, infc_link, infc_cmp);318 RB_GENERATE(inp_fc_tree, inpcb, infc_link, infc_cmp);3485 infc_cmp(const struct inpcb *inp1, const struct inpcb *inp2) in infc_cmp() function