Home
last modified time | relevance | path

Searched refs:NG_NETFLOW_CONF_INGRESS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netgraph/netflow/
H A Dng_netflow.c263 priv->ifaces[i].info.conf = NG_NETFLOW_CONF_INGRESS; in ng_netflow_constructor()
618 if ((iface->info.conf & NG_NETFLOW_CONF_INGRESS) == 0) in ng_netflow_rcvdata()
H A Dng_netflow.h140 #define NG_NETFLOW_CONF_INGRESS 0x01 /* Account on ingress */ macro