Searched refs:rtnl_rtrealm_a2n (Results 1 – 5 of 5) sorted by relevance
104 if (rtnl_rtrealm_a2n(realms, arg)) { in get_rt_realms()112 if (*arg && rtnl_rtrealm_a2n(&realm, arg)) in get_rt_realms()
62 if (rtnl_rtrealm_a2n(&id, *argv)) { in route_parse_opt()73 if (rtnl_rtrealm_a2n(&id, *argv)) { in route_parse_opt()
16 int rtnl_rtrealm_a2n(__u32 *id, const char *arg);
489 if (rtnl_rtrealm_a2n(&realm, argv[0])) { in main()
325 int rtnl_rtrealm_a2n(__u32 *id, const char *arg) in rtnl_rtrealm_a2n() function