Home
last modified time | relevance | path

Searched refs:ifaces (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.c264 priv->ifaces[i].info.conf = NG_NETFLOW_CONF_INGRESS; in ng_netflow_constructor()
301 if (priv->ifaces[ifnum].hook != NULL) in ng_netflow_newhook()
304 iface = &priv->ifaces[ifnum]; in ng_netflow_newhook()
333 if (priv->ifaces[ifnum].out != NULL) in ng_netflow_newhook()
336 iface = &priv->ifaces[ifnum]; in ng_netflow_newhook()
409 if (priv->ifaces[*index].hook == NULL) in ng_netflow_rcvmsg()
415 memcpy((void *)i, (void *)&priv->ifaces[*index].info, in ng_netflow_rcvmsg()
416 sizeof(priv->ifaces[*index].info)); in ng_netflow_rcvmsg()
432 iface = &priv->ifaces[set->iface]; in ng_netflow_rcvmsg()
462 iface = &priv->ifaces[set->iface]; in ng_netflow_rcvmsg()
[all …]
H A Dng_netflow.h484 struct ng_netflow_iface ifaces[NG_NETFLOW_MAXIFACES]; member
/f-stack/tools/compat/include/netgraph/netflow/
H A Dng_netflow.h484 struct ng_netflow_iface ifaces[NG_NETFLOW_MAXIFACES]; member