Home
last modified time | relevance | path

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

/freebsd-13.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-13.1/sys/netgraph/netflow/
H A Dng_netflow.h266 struct flow6_entry_data { struct
290 sizeof(struct flow6_entry_data)) argument
306 struct flow6_entry_data f;
H A Dnetflow_v9.c250 struct flow6_entry_data *fed6; in export9_add()
260 fed6 = (struct flow6_entry_data *)&fle->f; in export9_add()
H A Dnetflow.c914 struct flow6_entry_data *data6 = (struct flow6_entry_data *)(resp + 1); in ng_netflow_flow_show()