Searched refs:infc_cmp (Results 1 – 1 of 1) sorted by relevance
298 static int infc_cmp(const struct inpcb *, const struct inpcb *);311 RB_PROTOTYPE(inp_fc_tree, inpcb, infc_link, infc_cmp);312 RB_GENERATE(inp_fc_tree, inpcb, infc_link, infc_cmp);3340 infc_cmp(const struct inpcb *inp1, const struct inpcb *inp2) in infc_cmp() function