Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/flowctl/
H A Dflowctl.c254 (resp->nentries * sizeof(struct flow_entry_data))))) in do_show()
272 struct flow_entry_data *fle; in flow_cache_print()
284 fle = (struct flow_entry_data *)(resp + 1); in flow_cache_print()
340 struct flow_entry_data *fle; in flow_cache_print_verbose()
351 fle = (struct flow_entry_data *)(resp + 1); in flow_cache_print_verbose()
/freebsd-12.1/sys/netgraph/netflow/
H A Dng_netflow.h253 struct flow_entry_data { struct
291 #define NREC6_AT_ONCE (NREC_AT_ONCE * sizeof(struct flow_entry_data) / \
294 sizeof(struct flow_entry_data)))
303 struct flow_entry_data f;
H A Dnetflow_v9.c250 struct flow_entry_data *fed; in export9_add()
260 fed = (struct flow_entry_data *)&fle->f; in export9_add()
H A Dnetflow.c947 struct flow_entry_data *data = (struct flow_entry_data *)(resp + 1); in ng_netflow_flow_show()