Searched refs:rtnl_tc_str2handle (Results 1 – 6 of 6) sorted by relevance
38 if ((err = rtnl_tc_str2handle(arg, &parent)) < 0) in nl_cli_tc_parse_parent()52 if ((err = rtnl_tc_str2handle(arg, &handle)) < 0) { in nl_cli_tc_parse_handle()
74 if ((err = rtnl_tc_str2handle(name, &classid)) < 0) in main()
63 if ((err = rtnl_tc_str2handle(optarg, &target)) < 0) in parse_argv()
154 int rtnl_tc_str2handle(const char *str, uint32_t *res) in rtnl_tc_str2handle() function352 if ((err = rtnl_tc_str2handle(tok, &classid)) < 0) in rtnl_tc_read_classid_file()
107 extern int rtnl_tc_str2handle(const char *, uint32_t *);
297 if (rtnl_tc_str2handle(name, &result) < 0) in tc_str2handle()