Home
last modified time | relevance | path

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

/trueos/usr.sbin/flowctl/
HDflowctl.c304 struct flow6_entry_data *fle6; in flow_cache_print6()
316 fle6 = (struct flow6_entry_data *)(resp + 1); in flow_cache_print6()
381 struct flow6_entry_data *fle6; in flow_cache_print6_verbose()
392 fle6 = (struct flow6_entry_data *)(resp + 1); in flow_cache_print6_verbose()
/trueos/sys/netgraph/netflow/
HDng_netflow.h241 struct flow6_entry_data { struct
265 sizeof(struct flow6_entry_data)) argument
281 struct flow6_entry_data f;
HDnetflow_v9.c250 struct flow6_entry_data *fed6; in export9_add()
260 fed6 = (struct flow6_entry_data *)&fle->f; in export9_add()
HDnetflow.c937 struct flow6_entry_data *data6 = (struct flow6_entry_data *)(resp + 1); in ng_netflow_flow_show()