Searched refs:flow_entry (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | ng_netflow.h | 299 struct flow_entry { struct 300 TAILQ_ENTRY(flow_entry) fle_hash; /* entries in hash slot */ 305 TAILQ_ENTRY(flow_entry) fle_hash; /* entries in hash slot */ 492 TAILQ_HEAD(fhead, flow_entry) head; 536 struct flow_entry *);
|
| H A D | netflow.c | 106 static int export_add(item_p, struct flow_entry *); 118 static void expire_flow(priv_p, fib_export_p, struct flow_entry *, int); 324 struct flow_entry *fle; in hash_insert() 460 TAILQ_INSERT_TAIL(&hsh6->head, (struct flow_entry *)fle6, fle_hash); in hash6_insert() 479 sizeof(struct flow_entry), NULL, NULL, NULL, NULL, in ng_netflow_cache_init() 568 struct flow_entry *fle, *fle1; in ng_netflow_cache_flush() 652 struct flow_entry *fle, *fle1; in ng_netflow_flow_add() 781 struct flow_entry *fle = NULL, *fle1; in ng_netflow_flow6_add() 907 struct flow_entry *fle; in ng_netflow_flow_show() 1044 export_add(item_p item, struct flow_entry *fle) in export_add() [all …]
|
| H A D | netflow_v9.c | 241 export9_add(item_p item, struct netflow_v9_packet_opt *t, struct flow_entry *fle) in export9_add()
|
| /f-stack/tools/compat/include/netgraph/netflow/ |
| H A D | ng_netflow.h | 299 struct flow_entry { struct 300 TAILQ_ENTRY(flow_entry) fle_hash; /* entries in hash slot */ 305 TAILQ_ENTRY(flow_entry) fle_hash; /* entries in hash slot */ 492 TAILQ_HEAD(fhead, flow_entry) head; 537 struct flow_entry *);
|