Home
last modified time | relevance | path

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

/external/libnl/lib/route/qdisc/
Dplug.c81 return nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD); in plug_msg_fill()
Dfifo.c92 return nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD); in fifo_msg_fill()
Dred.c118 if (nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD) < 0) in red_msg_fill()
Dsfq.c100 return nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD); in sfq_msg_fill()
Dprio.c115 return nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD); in prio_msg_fill()
/external/libnl/include/netlink/
Dmsg.h23 #define NL_DONTPAD 0 macro
/external/libnl/python/netlink/
Dcore.py72 NL_DONTPAD = 0 variable