Searched refs:fe_cnode (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_manager.c | 87 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 D | flow_entry.c | 604 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 D | flow_var.h | 254 struct cuckoo_node fe_cnode; member
|