Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c87 struct flow_entry *fe = container_of(node, struct flow_entry, fe_cnode); in __fe_cuckoo_cmp()
129 struct flow_entry *fe = container_of(node, struct flow_entry, fe_cnode); in __fe_cuckoo_retain()
137 struct flow_entry *fe = container_of(node, struct flow_entry, fe_cnode); in __fe_cuckoo_release()
1161 fe = container_of(node, struct flow_entry, fe_cnode); in flow_mgr_find_fe_by_key()
1193 fe = container_of(node, struct flow_entry, fe_cnode); in flow_mgr_find_conflicting_fe()
1209 fe = container_of(node, struct flow_entry, fe_cnode);
H A Dflow_entry.c604 err = cuckoo_hashtable_add_with_hash(fm->fm_flow_table, &fe->fe_cnode, in flow_entry_alloc()
735 cuckoo_hashtable_del(fm->fm_flow_table, &fe->fe_cnode, hash); in flow_entry_destroy()
H A Dflow_var.h254 struct cuckoo_node fe_cnode; member