Searched refs:fe_cnode (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_manager.c | 88 fe_cnode); in __fe_cuckoo_cmp() 131 fe_cnode); in __fe_cuckoo_retain() 140 __container_of(node, struct flow_entry, fe_cnode); in __fe_cuckoo_release() 1165 fe = __container_of(node, struct flow_entry, fe_cnode); in flow_mgr_find_fe_by_key() 1197 fe = __container_of(node, struct flow_entry, fe_cnode); in flow_mgr_find_conflicting_fe() 1213 fe = __container_of(node, struct flow_entry, fe_cnode);
|
| H A D | flow_entry.c | 606 err = cuckoo_hashtable_add_with_hash(fm->fm_flow_table, &fe->fe_cnode, in flow_entry_alloc() 738 cuckoo_hashtable_del(fm->fm_flow_table, &fe->fe_cnode, hash); in flow_entry_destroy()
|
| H A D | flow_var.h | 261 struct cuckoo_node fe_cnode; member
|