Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c53 static int fm_cmp(const struct flow_mgr *,
57 RB_PROTOTYPE_PREV(flow_mgr_tree, flow_mgr, fm_link, fm_cmp);
58 RB_GENERATE_PREV(flow_mgr_tree, flow_mgr, fm_link, fm_cmp);
420 fm_cmp(const struct flow_mgr *a, const struct flow_mgr *b) in fm_cmp() function