Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c60 static struct flow_mgr_tree flow_mgr_head; variable
74 RB_INIT(&flow_mgr_head); in flow_mgr_init()
82 VERIFY(RB_EMPTY(&flow_mgr_head)); in flow_mgr_fini()
246 RB_INSERT(flow_mgr_tree, &flow_mgr_head, fm); in flow_mgr_create()
252 &flow_mgr_head, &find) == fm); in flow_mgr_create()
336 RB_REMOVE(flow_mgr_tree, &flow_mgr_head, fm); in flow_mgr_destroy()
433 fm = RB_FIND(flow_mgr_tree, &flow_mgr_head, &find); in flow_mgr_find_lock()