Home
last modified time | relevance | path

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

/xnu-12377.61.12/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()
236 RB_INSERT(flow_mgr_tree, &flow_mgr_head, fm); in flow_mgr_create()
242 &flow_mgr_head, &find) == fm); in flow_mgr_create()
326 RB_REMOVE(flow_mgr_tree, &flow_mgr_head, fm); in flow_mgr_destroy()
399 fm = RB_FIND(flow_mgr_tree, &flow_mgr_head, &find); in flow_mgr_find_lock()