HomeSort by relevance Sort by last modified time
    Searched refs:nl_cli_qdisc_parse_dev (Results 1 - 4 of 4) sorted by null

  /external/libnl/include/netlink/cli/
qdisc.h 23 extern void nl_cli_qdisc_parse_dev(struct rtnl_qdisc *, struct nl_cache *, char *);
  /external/libnl/src/lib/
qdisc.c 33 void nl_cli_qdisc_parse_dev(struct rtnl_qdisc *qdisc, struct nl_cache *link_cache, char *arg) function
  /external/libnl/src/
nl-qdisc-delete.c 103 case 'd': nl_cli_qdisc_parse_dev(qdisc, link_cache, optarg); break;
nl-qdisc-list.c 80 case 'd': nl_cli_qdisc_parse_dev(qdisc, link_cache, optarg); break;

Completed in 62 milliseconds