Home
last modified time | relevance | path

Searched refs:NL_DONTPAD (Results 1 – 9 of 9) 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()
Dhfsc.c142 return nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD); in hfsc_qdisc_msg_fill()
Dmqprio.c138 nlmsg_append(msg, &qopt, sizeof(qopt), NL_DONTPAD); in mqprio_msg_fill()
/external/libnl/include/netlink/
Dmsg.h25 #define NL_DONTPAD 0 macro
/external/libnl/python/netlink/
Dcore.py72 NL_DONTPAD = 0 variable