Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c60 static struct flow_mgr_tree flow_mgr_head; variable
69 RB_INIT(&flow_mgr_head); in flow_mgr_init()
77 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()
423 fm = RB_FIND(flow_mgr_tree, &flow_mgr_head, &find); in flow_mgr_find_lock()