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

  /external/libnl/include/netlink-private/route/
tc-api.h 123 extern struct rtnl_tc_ops * rtnl_tc_get_ops(struct rtnl_tc *);
  /external/libnl/src/
nl-qdisc-add.c 129 if (!(ops = rtnl_tc_get_ops(tc)))
nl-class-add.c 138 if (!(ops = rtnl_tc_get_ops(tc)))
nl-cls-add.c 146 if (!(ops = rtnl_tc_get_ops(tc)))
  /external/libnl/lib/route/
tc.c 167 ops = rtnl_tc_get_ops(tc);
216 ops = rtnl_tc_get_ops(tc);
743 ops = rtnl_tc_get_ops(tc);
780 ops = rtnl_tc_get_ops(src);
806 ops = rtnl_tc_get_ops(tc);
946 struct rtnl_tc_ops *rtnl_tc_get_ops(struct rtnl_tc *tc) function
1015 if (!rtnl_tc_get_ops(tc))
act.c 82 ops = rtnl_tc_get_ops(tc);
433 ops = rtnl_tc_get_ops(tc);

Completed in 75 milliseconds