Lines Matching defs:ifinfo
54 static int rio_attach(struct ifinfo *);
55 static int rio_detach(struct ifinfo *);
56 static int rio_enable(struct ifinfo *);
57 static int rio_disable(struct ifinfo *);
238 qop_rio_add_if(struct ifinfo **rp, const char *ifname,
242 struct ifinfo *ifinfo = NULL;
255 error = qop_add_if(&ifinfo, ifname, bandwidth,
263 *rp = ifinfo;
271 rio_attach(struct ifinfo *ifinfo)
287 strncpy(iface.rio_ifname, ifinfo->ifname, IFNAMSIZ);
293 rio_ifinfo = (struct rio_ifinfo *)ifinfo->private;
295 strncpy(conf.iface.rio_ifname, ifinfo->ifname, IFNAMSIZ);
311 rio_detach(struct ifinfo *ifinfo)
316 strncpy(iface.rio_ifname, ifinfo->ifname, IFNAMSIZ);
329 rio_enable(struct ifinfo *ifinfo)
334 strncpy(iface.rio_ifname, ifinfo->ifname, IFNAMSIZ);
342 rio_disable(struct ifinfo *ifinfo)
347 strncpy(iface.rio_ifname, ifinfo->ifname, IFNAMSIZ);