Searched refs:ifaces (Results 1 – 3 of 3) sorted by relevance
264 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 …]
484 struct ng_netflow_iface ifaces[NG_NETFLOW_MAXIFACES]; member