Home
last modified time | relevance | path

Searched refs:export9 (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.c356 if (priv->export9 != NULL) in ng_netflow_newhook()
359 priv->export9 = hook; in ng_netflow_newhook()
605 if ((hook == priv->export) || (hook == priv->export9)) { in ng_netflow_rcvdata()
825 if (priv->export9 == NULL) in ng_netflow_rcvdata()
1035 if (priv->export9 == NULL) in ng_netflow_disconnect()
1040 if (hook == priv->export9) { in ng_netflow_disconnect()
1043 priv->export9 = NULL; in ng_netflow_disconnect()
H A Dnetflow_v9.c229 if (priv->export9 != NULL) in export9_send()
230 NG_FWD_ITEM_HOOK_FLAGS(error, item, priv->export9, flags); in export9_send()
H A Dng_netflow.h411 hook_p export9; /* Netflow V9 export data goes there */ member
H A Dnetflow.c235 if (priv->export9 != NULL) in expire_flow()
248 if (priv->export9 != NULL) { in expire_flow()
/f-stack/tools/compat/include/netgraph/netflow/
H A Dng_netflow.h411 hook_p export9; /* Netflow V9 export data goes there */ member