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

1 2

  /external/iw/
cqm.c 36 cqm = nlmsg_alloc();
genl.c 78 msg = nlmsg_alloc();
scan.c 120 matchset = nlmsg_alloc();
126 freqs = nlmsg_alloc();
132 ssids = nlmsg_alloc();
363 ssids = nlmsg_alloc();
367 freqs = nlmsg_alloc();
    [all...]
interface.c 43 flags = nlmsg_alloc();
iw.c 430 msg = nlmsg_alloc();
wowlan.c 249 patterns = nlmsg_alloc();
  /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();
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.c 106 msg = nlmsg_alloc();
  /external/libnl/lib/route/
cls.c 103 if (!(opts = nlmsg_alloc())) {
neightbl.c 482 parms = nlmsg_alloc();
  /system/extras/iotop/
taskstats.cpp 127 std::unique_ptr<nl_msg, decltype(&nlmsg_free)> message(nlmsg_alloc(),
  /system/extras/taskstats/
taskstats.c 95 struct nl_msg* message = 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/autotest/client/deps/iwcap/src/
iwcap.c 510 msg = nlmsg_alloc();
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 544 mMsg = nlmsg_alloc();

Completed in 1190 milliseconds

1 2