Home
last modified time | relevance | path

Searched refs:fr_id_cmp (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c84 static int fr_id_cmp(const struct flow_route *, const struct flow_route *);
93 RB_GENERATE_PREV(flow_route_id_tree, flow_route, fr_id_link, fr_id_cmp);
366 fr_id_cmp(const struct flow_route *a, const struct flow_route *b) in fr_id_cmp() function
H A Dflow_var.h564 fr_id_link, fr_id_cmp);