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

  /external/libnl/include/netlink/route/
qdisc.h 45 extern int rtnl_qdisc_update(struct nl_sock *, struct rtnl_qdisc *,
  /external/libnl/lib/route/
qdisc.c 180 * The behaviour of this function is identical to rtnl_qdisc_update() with
184 * @see rtnl_qdisc_update()
247 int rtnl_qdisc_update(struct nl_sock *sk, struct rtnl_qdisc *qdisc, function
508 * rtnl_qdisc_update() due to the missing possibility of
514 return rtnl_qdisc_update(sk, qdisc, new, NLM_F_REPLACE);
  /external/libnl/python/netlink/route/
capi.i 388 extern int rtnl_qdisc_update(struct nl_sock *, struct rtnl_qdisc *,

Completed in 2609 milliseconds