Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/flowctl/
H A Dflowctl.c306 struct flow6_entry_data *fle6; in flow_cache_print6()
318 fle6 = (struct flow6_entry_data *)(resp + 1); in flow_cache_print6()
383 struct flow6_entry_data *fle6; in flow_cache_print6_verbose()
394 fle6 = (struct flow6_entry_data *)(resp + 1); in flow_cache_print6_verbose()
/freebsd-12.1/sys/netgraph/netflow/
H A Dng_netflow.h268 struct flow6_entry_data { struct
292 sizeof(struct flow6_entry_data)) argument
308 struct flow6_entry_data f;
H A Dnetflow_v9.c252 struct flow6_entry_data *fed6; in export9_add()
262 fed6 = (struct flow6_entry_data *)&fle->f; in export9_add()
H A Dnetflow.c949 struct flow6_entry_data *data6 = (struct flow6_entry_data *)(resp + 1); in ng_netflow_flow_show()