Home
last modified time | relevance | path

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

/freebsd/usr.sbin/flowctl/
H A Dflowctl.c301 struct flow6_entry_data *fle6; in flow_cache_print6()
313 fle6 = (struct flow6_entry_data *)(resp + 1); in flow_cache_print6()
378 struct flow6_entry_data *fle6; in flow_cache_print6_verbose()
389 fle6 = (struct flow6_entry_data *)(resp + 1); in flow_cache_print6_verbose()
/freebsd/sys/netgraph/netflow/
H A Dng_netflow.h265 struct flow6_entry_data { struct
289 sizeof(struct flow6_entry_data)) argument
305 struct flow6_entry_data f;
H A Dnetflow_v9.c246 struct flow6_entry_data *fed6; in export9_add()
256 fed6 = (struct flow6_entry_data *)&fle->f; in export9_add()
H A Dnetflow.c913 struct flow6_entry_data *data6 = (struct flow6_entry_data *)(resp + 1); in ng_netflow_flow_show()