Searched refs:rtnl_rtscope_tab (Results 1 – 1 of 1) sorted by relevance
186 static char * rtnl_rtscope_tab[256] = { variable195 rtnl_rtscope_tab[255] = "nowhere"; in rtnl_rtscope_initialize()196 rtnl_rtscope_tab[254] = "host"; in rtnl_rtscope_initialize()197 rtnl_rtscope_tab[253] = "link"; in rtnl_rtscope_initialize()198 rtnl_rtscope_tab[200] = "site"; in rtnl_rtscope_initialize()200 rtnl_rtscope_tab, 256); in rtnl_rtscope_initialize()209 if (!rtnl_rtscope_tab[id]) { in rtnl_rtscope_n2a()213 if (rtnl_rtscope_tab[id]) in rtnl_rtscope_n2a()214 return rtnl_rtscope_tab[id]; in rtnl_rtscope_n2a()235 if (rtnl_rtscope_tab[i] && in rtnl_rtscope_a2n()[all …]