Searched refs:rtnl_rtscope_tab (Results 1 – 1 of 1) sorted by relevance
198 static char *rtnl_rtscope_tab[256] = { variable212 rtnl_rtscope_tab, 256); in rtnl_rtscope_initialize()222 if (!rtnl_rtscope_tab[id]) { in rtnl_rtscope_n2a()227 if (rtnl_rtscope_tab[id]) in rtnl_rtscope_n2a()228 return rtnl_rtscope_tab[id]; in rtnl_rtscope_n2a()250 if (rtnl_rtscope_tab[i] && in rtnl_rtscope_a2n()251 strcmp(rtnl_rtscope_tab[i], arg) == 0) { in rtnl_rtscope_a2n()252 cache = rtnl_rtscope_tab[i]; in rtnl_rtscope_a2n()