OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_qdisc_add
(Results
1 - 6
of
6
) sorted by null
/external/libnl/include/netlink/route/
qdisc.h
39
extern int
rtnl_qdisc_add
(struct nl_sock *, struct rtnl_qdisc *, int);
/external/libnl/src/
nl-qdisc-add.c
142
if ((err =
rtnl_qdisc_add
(sock, qdisc, flags)) < 0)
/external/libnl/tests/
test-complex-HTB-with-hash-filters.c
315
if ((err =
rtnl_qdisc_add
(sock, qdisc, NLM_F_CREATE))) {
481
if ((err =
rtnl_qdisc_add
(sock, qdisc, NLM_F_CREATE))) {
test-u32-filter-with-actions.c
220
if ((err =
rtnl_qdisc_add
(sock, qdisc, NLM_F_CREATE))) {
/external/libnl/lib/route/
qdisc.c
106
* The behaviour of this function is identical to
rtnl_qdisc_add
() with
110
* @see
rtnl_qdisc_add
()
162
int
rtnl_qdisc_add
(struct nl_sock *sk, struct rtnl_qdisc *qdisc, int flags)
function
194
"use
rtnl_qdisc_add
()");
229
* This function is a varation of
rtnl_qdisc_add
() to update qdiscs
231
* behaviour is identical to the one of
rtnl_qdisc_add
except that
/external/libnl/python/netlink/route/
capi.i
382
extern int
rtnl_qdisc_add
(struct nl_sock *, struct rtnl_qdisc *, int);
Completed in 1116 milliseconds