Lines Matching full:rtnl_rtscope_tab
190 static char * rtnl_rtscope_tab[256] = {
199 rtnl_rtscope_tab[255] = "nowhere";
200 rtnl_rtscope_tab[254] = "host";
201 rtnl_rtscope_tab[253] = "link";
202 rtnl_rtscope_tab[200] = "site";
204 rtnl_rtscope_tab, 256);
213 if (!rtnl_rtscope_tab[id]) {
217 if (rtnl_rtscope_tab[id])
218 return rtnl_rtscope_tab[id];
239 if (rtnl_rtscope_tab[i] &&
240 strcmp(rtnl_rtscope_tab[i], arg) == 0) {
241 cache = rtnl_rtscope_tab[i];