HomeSort by relevance Sort by last modified time
    Searched refs:nlmsg_alloc (Results 1 - 15 of 15) sorted by null

  /external/libnl/tests/
test-genl.c 13 msg = nlmsg_alloc();
  /external/libnl/include/netlink/
msg.h 71 extern struct nl_msg * nlmsg_alloc(void);
  /external/nfacct/
nfacct.c 202 msg = nlmsg_alloc();
260 msg = nlmsg_alloc();
343 msg = nlmsg_alloc();
422 msg = nlmsg_alloc();
499 msg = nlmsg_alloc();
  /external/android-clat/
netlink_msg.c 58 msg = nlmsg_alloc();
  /external/libnl/lib/route/sch/
fifo.c 112 msg = nlmsg_alloc();
dsmark.c 183 msg = nlmsg_alloc();
212 msg = nlmsg_alloc();
red.c 128 msg = nlmsg_alloc();
sfq.c 118 msg = nlmsg_alloc();
htb.c 238 msg = nlmsg_alloc();
278 msg = nlmsg_alloc();
prio.c 138 msg = nlmsg_alloc();
tbf.c 192 msg = nlmsg_alloc();
  /external/libnl/lib/route/
cls.c 103 if (!(opts = nlmsg_alloc())) {
neightbl.c 482 parms = nlmsg_alloc();
  /external/libnl/lib/
msg.c 101 * // nlmsg_alloc() will allocate an empty netlink message with
105 * struct nl_msg *msg = nlmsg_alloc();
404 struct nl_msg *nlmsg_alloc(void) function
431 nm = nlmsg_alloc();
  /external/libpcap/
pcap-linux.c 650 msg = nlmsg_alloc();
746 msg = nlmsg_alloc();
    [all...]

Completed in 117 milliseconds