Lines Matching refs:ifaces
263 priv->ifaces[i].info.conf = NG_NETFLOW_CONF_INGRESS; in ng_netflow_constructor()
300 if (priv->ifaces[ifnum].hook != NULL) in ng_netflow_newhook()
303 iface = &priv->ifaces[ifnum]; in ng_netflow_newhook()
332 if (priv->ifaces[ifnum].out != NULL) in ng_netflow_newhook()
335 iface = &priv->ifaces[ifnum]; in ng_netflow_newhook()
408 if (priv->ifaces[*index].hook == NULL) in ng_netflow_rcvmsg()
414 memcpy((void *)i, (void *)&priv->ifaces[*index].info, in ng_netflow_rcvmsg()
415 sizeof(priv->ifaces[*index].info)); in ng_netflow_rcvmsg()
431 iface = &priv->ifaces[set->iface]; in ng_netflow_rcvmsg()
461 iface = &priv->ifaces[set->iface]; in ng_netflow_rcvmsg()
499 priv->ifaces[set->iface].info.conf = set->conf; in ng_netflow_rcvmsg()