Lines Matching defs:iface
47 printf("bpf_get_link_xdp_id on iface %d failed\n",
54 printf("couldn't find a prog id on iface %d\n",
57 printf("program on iface %d changed, not removing\n",
73 static __be64 getmac(char *iface)
81 strncpy(ifr.ifr_name, iface, IFNAMSIZ - 1);
132 int dst_len, iface, metric;
193 route.iface = atoi(ifs);
196 route.iface_name = if_indextoname(route.iface, route.iface_name);
201 &route.iface, &route.iface, 0) == 0);
217 direct_entry.ifindex = route.iface;
250 prefix_value->ifindex = route.iface;
292 prefix_value->ifindex = route.iface;