Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c61 static struct flow_mgr_tree flow_mgr_head; variable
70 RB_INIT(&flow_mgr_head); in flow_mgr_init()
78 VERIFY(RB_EMPTY(&flow_mgr_head)); in flow_mgr_fini()
237 RB_INSERT(flow_mgr_tree, &flow_mgr_head, fm); in flow_mgr_create()
243 &flow_mgr_head, &find) == fm); in flow_mgr_create()
327 RB_REMOVE(flow_mgr_tree, &flow_mgr_head, fm); in flow_mgr_destroy()
400 fm = RB_FIND(flow_mgr_tree, &flow_mgr_head, &find); in flow_mgr_find_lock()