Home
last modified time | relevance | path

Searched full:flow_entry (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netgraph/netflow/
H A Dnetflow.c105 static int export_add(item_p, struct flow_entry *);
117 static void expire_flow(priv_p, fib_export_p, struct flow_entry *, int);
227 expire_flow(priv_p priv, fib_export_p fe, struct flow_entry *fle, int flags) in expire_flow()
325 struct flow_entry *fle; in hash_insert()
465 TAILQ_INSERT_TAIL(&hsh6->head, (struct flow_entry *)fle6, fle_hash); in hash6_insert()
484 sizeof(struct flow_entry), NULL, NULL, NULL, NULL, in ng_netflow_cache_init()
573 struct flow_entry *fle, *fle1; in ng_netflow_cache_flush()
657 struct flow_entry *fle, *fle1; in ng_netflow_flow_add()
784 struct flow_entry *fle = NULL, *fle1; in ng_netflow_flow6_add()
910 struct flow_entry *fle; in ng_netflow_flow_show()
[all …]
H A Dng_netflow.h298 struct flow_entry { struct
299 TAILQ_ENTRY(flow_entry) fle_hash; /* entries in hash slot */
304 TAILQ_ENTRY(flow_entry) fle_hash; /* entries in hash slot */
491 TAILQ_HEAD(fhead, flow_entry) head;
535 struct flow_entry *);
H A Dnetflow_v9.c237 export9_add(item_p item, struct netflow_v9_packet_opt *t, struct flow_entry *fle) in export9_add()
/freebsd/contrib/lyaml/spec/
H A Dext_yaml_scanner_spec.yaml328 - describe FLOW_ENTRY:
332 expect (k ().type).to_be "FLOW_ENTRY"'
334 expect (k ().type).to_be "FLOW_ENTRY"
/freebsd/contrib/lyaml/ext/yaml/
H A Dscanner.c263 MENTRY( FLOW_ENTRY ); in token_iter()