Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/netflow/
H A Dng_netflow.h141 #define NG_NETFLOW_CONF_EGRESS 0x02 /* Account on egress */ macro
H A Dng_netflow.c622 if ((iface->info.conf & NG_NETFLOW_CONF_EGRESS) == 0) in ng_netflow_rcvdata()