Lines Matching refs:idx
677 int idx; local
682 idx = xll_name_to_index(d);
683 addattr32(&req.n, sizeof(req), RTA_OIF, idx);
910 int idx; in iproute_list_or_flush() local
913 idx = xll_name_to_index(id); in iproute_list_or_flush()
914 G_filter.iif = idx; in iproute_list_or_flush()
917 idx = xll_name_to_index(od); in iproute_list_or_flush()
918 G_filter.oif = idx; in iproute_list_or_flush()
1052 int idx; in iproute_get() local
1055 idx = xll_name_to_index(idev); in iproute_get()
1056 addattr32(&req.n, sizeof(req), RTA_IIF, idx); in iproute_get()
1059 idx = xll_name_to_index(odev); in iproute_get()
1060 addattr32(&req.n, sizeof(req), RTA_OIF, idx); in iproute_get()