Searched refs:NL_DONTPAD (Results 1 – 7 of 7) sorted by relevance
/external/libnl/lib/route/qdisc/ |
D | plug.c | 81 return nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD); in plug_msg_fill()
|
D | fifo.c | 92 return nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD); in fifo_msg_fill()
|
D | red.c | 118 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) in red_msg_fill()
|
D | sfq.c | 100 return nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD); in sfq_msg_fill()
|
D | prio.c | 115 return nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD); in prio_msg_fill()
|
/external/libnl/include/netlink/ |
D | msg.h | 23 #define NL_DONTPAD 0 macro
|
/external/libnl/python/netlink/ |
D | core.py | 72 NL_DONTPAD = 0 variable
|