Searched refs:NL_DONTPAD (Results 1 – 5 of 5) sorted by relevance
/external/libnl/include/netlink/ |
D | msg.h | 23 #define NL_DONTPAD 0 macro
|
/external/libnl/lib/route/sch/ |
D | fifo.c | 119 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) in fifo_get_opts()
|
D | red.c | 138 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) in red_get_opts()
|
D | sfq.c | 127 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) in sfq_get_opts()
|
D | prio.c | 142 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) { in prio_get_opts()
|