Home
last modified time | relevance | path

Searched refs:NL_DONTPAD (Results 1 – 5 of 5) sorted by relevance

/external/libnl/include/netlink/
Dmsg.h23 #define NL_DONTPAD 0 macro
/external/libnl/lib/route/sch/
Dfifo.c119 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) in fifo_get_opts()
Dred.c138 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) in red_get_opts()
Dsfq.c127 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) in sfq_get_opts()
Dprio.c142 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) { in prio_get_opts()