Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsiftr.c232 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()
[all …]