Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/netflow/
H A Dng_netflow.c355 if (priv->export9 != NULL) in ng_netflow_newhook()
358 priv->export9 = hook; in ng_netflow_newhook()
608 if ((hook == priv->export) || (hook == priv->export9)) { in ng_netflow_rcvdata()
836 if (priv->export9 == NULL) in ng_netflow_rcvdata()
1048 if (priv->export9 == NULL) in ng_netflow_disconnect()
1053 if (hook == priv->export9) { in ng_netflow_disconnect()
1056 priv->export9 = NULL; in ng_netflow_disconnect()
H A Dnetflow_v9.c225 if (priv->export9 != NULL) in export9_send()
226 NG_FWD_ITEM_HOOK_FLAGS(error, item, priv->export9, flags); in export9_send()
H A Dng_netflow.h410 hook_p export9; /* Netflow V9 export data goes there */ member
H A Dnetflow.c236 if (priv->export9 != NULL) in expire_flow()
249 if (priv->export9 != NULL) { in expire_flow()