relay_session_cmp
SPLAY_GENERATE(session_tree, rsession, se_nodes, relay_session_cmp);
int relay_session_cmp(struct rsession *, struct rsession *);
SPLAY_PROTOTYPE(session_tree, rsession, se_nodes, relay_session_cmp);