Lines Matching refs:ifaces
260 priv->ifaces[i].info.conf = NG_NETFLOW_CONF_INGRESS; in ng_netflow_constructor()
297 if (priv->ifaces[ifnum].hook != NULL) in ng_netflow_newhook()
300 iface = &priv->ifaces[ifnum]; in ng_netflow_newhook()
329 if (priv->ifaces[ifnum].out != NULL) in ng_netflow_newhook()
332 iface = &priv->ifaces[ifnum]; in ng_netflow_newhook()
407 if (priv->ifaces[*index].hook == NULL) in ng_netflow_rcvmsg()
413 memcpy((void *)i, (void *)&priv->ifaces[*index].info, in ng_netflow_rcvmsg()
414 sizeof(priv->ifaces[*index].info)); in ng_netflow_rcvmsg()
430 iface = &priv->ifaces[set->iface]; in ng_netflow_rcvmsg()
460 iface = &priv->ifaces[set->iface]; in ng_netflow_rcvmsg()
498 priv->ifaces[set->iface].info.conf = set->conf; in ng_netflow_rcvmsg()