Functions | |
struct rtnl_qdisc * | nl_cli_qdisc_alloc (void) |
void | nl_cli_qdisc_parse_dev (struct rtnl_qdisc *qdisc, struct nl_cache *link_cache, char *arg) |
void | nl_cli_qdisc_parse_parent (struct rtnl_qdisc *qdisc, char *arg) |
void | nl_cli_qdisc_parse_handle (struct rtnl_qdisc *qdisc, char *arg) |
void | nl_cli_qdisc_parse_kind (struct rtnl_qdisc *qdisc, char *arg) |
struct rtnl_qdisc* nl_cli_qdisc_alloc | ( | void | ) |
References nl_cli_fatal(), and rtnl_qdisc_alloc().
Referenced by main().
void nl_cli_qdisc_parse_dev | ( | struct rtnl_qdisc * | qdisc, |
struct nl_cache * | link_cache, | ||
char * | arg | ||
) |
References nl_cli_fatal(), rtnl_link_name2i(), and rtnl_qdisc_set_ifindex().
Referenced by main().
void nl_cli_qdisc_parse_handle | ( | struct rtnl_qdisc * | qdisc, |
char * | arg | ||
) |
References nl_cli_fatal(), nl_geterror(), rtnl_qdisc_set_handle(), and rtnl_tc_str2handle().
Referenced by main().
void nl_cli_qdisc_parse_kind | ( | struct rtnl_qdisc * | qdisc, |
char * | arg | ||
) |
References rtnl_qdisc_set_kind().
Referenced by main().
void nl_cli_qdisc_parse_parent | ( | struct rtnl_qdisc * | qdisc, |
char * | arg | ||
) |
References nl_cli_fatal(), nl_geterror(), rtnl_qdisc_set_parent(), and rtnl_tc_str2handle().
Referenced by main().