Home
last modified time | relevance | path

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

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