Lines Matching refs:flow_hash_node
232 struct flow_hash_node struct
236 LIST_ENTRY(flow_hash_node) nodes; argument
269 LIST_HEAD(listhead, flow_hash_node) *counter_hash;
315 static inline struct flow_hash_node *
318 struct flow_hash_node *hash_node; in siftr_find_flow()
346 static inline struct flow_hash_node *
350 struct flow_hash_node *hash_node; in siftr_new_hash_node()
355 hash_node = malloc(sizeof(struct flow_hash_node), M_SIFTR_HASHNODE, in siftr_new_hash_node()
378 struct flow_hash_node *hash_node; in siftr_process_pkt()
734 struct flow_hash_node *hash_node; in siftr_chkpkt()
881 struct flow_hash_node *hash_node; in siftr_chkpkt6()
1114 struct flow_hash_node *counter, *tmp_counter; in siftr_manage_ops()