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.c354 if (priv->export9 != NULL) in ng_netflow_newhook()
357 priv->export9 = hook; in ng_netflow_newhook()
607 if ((hook == priv->export) || (hook == priv->export9)) { in ng_netflow_rcvdata()
835 if (priv->export9 == NULL) in ng_netflow_rcvdata()
1047 if (priv->export9 == NULL) in ng_netflow_disconnect()
1052 if (hook == priv->export9) { in ng_netflow_disconnect()
1055 priv->export9 = NULL; in ng_netflow_disconnect()
H A Dnetflow_v9.c224 if (priv->export9 != NULL) in export9_send()
225 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.c235 if (priv->export9 != NULL) in expire_flow()
248 if (priv->export9 != NULL) { in expire_flow()