Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/flowctl/
Dflowctl.c235 (resp->nentries * sizeof(struct flow_entry_data))))) in do_show()
253 struct flow_entry_data *fle; in flow_cache_print()
264 fle = (struct flow_entry_data *)(resp + 1); in flow_cache_print()
319 struct flow_entry_data *fle; in flow_cache_print_verbose()
330 fle = (struct flow_entry_data *)(resp + 1); in flow_cache_print_verbose()
/freebsd-9-stable/sys/netgraph/netflow/
Dng_netflow.h220 struct flow_entry_data { struct
258 #define NREC6_AT_ONCE (NREC_AT_ONCE * sizeof(struct flow_entry_data) / \
261 sizeof(struct flow_entry_data)))
270 struct flow_entry_data f;
Dnetflow_v9.c248 struct flow_entry_data *fed; in export9_add()
258 fed = (struct flow_entry_data *)&fle->f; in export9_add()
Dnetflow.c918 struct flow_entry_data *data = (struct flow_entry_data *)(resp + 1); in ng_netflow_flow_show()