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

1 2

  /external/libnl/tests/
test-socket-creation.c 12 nl_socket_free(h[0]);
16 nl_socket_free(h[0]);
test-u32-filter-with-actions.c 112 nl_socket_free(sock);
161 nl_socket_free(sock);
248 nl_socket_free(sock);
255 nl_socket_free(sock);
263 nl_socket_free(sock);
325 nl_socket_free(sock);
333 nl_socket_free(sock);
398 nl_socket_free(sock);
test-complex-HTB-with-hash-filters.c 151 nl_socket_free(sock);
203 nl_socket_free(sock);
249 nl_socket_free(sock);
524 nl_socket_free(sock);
532 nl_socket_free(sock);
540 nl_socket_free(sock);
617 nl_socket_free(sock);
625 nl_socket_free(sock);
759 nl_socket_free(sock);
test-create-bridge.c 77 nl_socket_free(sk);
test-genl.c 115 nl_socket_free(sock);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.c 32 static inline void nl_socket_free(struct nl_sock *h) function
90 nl_socket_free(dhd_nli->nl);
98 nl_socket_free(dhd_nli->nl);
  /external/wpa_supplicant_8/src/ap/
vlan_util.c 119 nl_socket_free(handle);
166 nl_socket_free(handle);
  /external/libnl/include/netlink/
socket.h 24 extern void nl_socket_free(struct nl_sock *);
  /external/libnl/src/
idiag-socket-details.c 87 nl_socket_free(sock);
  /external/nfacct/
nfacct.c 64 #define nl_socket_free nl_handle_destroy macro
248 nl_socket_free(handle);
308 nl_socket_free(handle);
389 nl_socket_free(handle);
486 nl_socket_free(handle);
543 nl_socket_free(handle);
  /system/extras/iotop/
taskstats.cpp 28 : nl_(nullptr, nl_socket_free), family_id_(0) {
32 std::unique_ptr<nl_sock, decltype(&nl_socket_free)> nl(
33 nl_socket_alloc(), nl_socket_free); local
  /external/libnl/lib/
cache_mngr.c 190 nl_socket_free(mngr->cm_sync_sock);
506 nl_socket_free(mngr->cm_sync_sock);
510 nl_socket_free(mngr->cm_sock);
socket.c 228 * automatically, it is released again upon calling nl_socket_free().
244 void nl_socket_free(struct nl_sock *sk) function
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 138 nl_socket_free(sock);
146 nl_socket_free(sock);
245 nl_socket_free(cmd_sock);
253 nl_socket_free(cmd_sock);
254 nl_socket_free(event_sock);
280 nl_socket_free(cmd_sock);
281 nl_socket_free(event_sock);
292 nl_socket_free(cmd_sock);
293 nl_socket_free(event_sock);
304 nl_socket_free(cmd_sock)
    [all...]
  /external/android-clat/
netlink_msg.c 147 nl_socket_free(nl_sk);
  /system/extras/taskstats/
taskstats.c 327 nl_socket_free(netlink_socket);
332 nl_socket_free(netlink_socket);
  /external/autotest/client/deps/iwcap/src/
iwcap.c 37 static inline void nl_socket_free(struct nl_sock *h) function
93 nl_socket_free(state->nl_sock);
101 nl_socket_free(state->nl_sock);
  /external/iw/
iw.c 33 static inline void nl_socket_free(struct nl_sock *h) function
75 nl_socket_free(state->nl_sock);
81 nl_socket_free(state->nl_sock);
  /hardware/qcom/wlan/cld80211-lib/
cld80211_lib.c 68 nl_socket_free(sock);
496 nl_socket_free(ctx->sock);
509 nl_socket_free(ctx->sock);
  /external/wpa_supplicant_8/src/drivers/
driver_macsec_linux.c 161 nl_socket_free(ctx->sk);
263 nl_socket_free(sk);
332 nl_socket_free(drv->sk);
345 nl_socket_free(drv->sk);
353 nl_socket_free(drv->ctx.sk);
driver_nl80211.h 24 #define nl80211_handle_destroy nl_socket_free
  /external/libnl/lib/genl/
mngt.c 331 nl_socket_free(sk);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 131 nl_socket_free(sock);
703 nl_socket_free(cmd_sock);
705 nl_socket_free(event_sock);
710 nl_socket_free(info->user_sock);
768 nl_socket_free(info->cmd_sock);
769 nl_socket_free(info->event_sock);
783 nl_socket_free(info->user_sock);
    [all...]
  /device/google/cuttlefish_common/common/commands/wifi_relay/
mac80211_hwsim.cpp 139 mSock(nullptr, nl_socket_free) {
  /external/libnl/python/netlink/
capi.i 175 extern void nl_socket_free(struct nl_sock *);

Completed in 2090 milliseconds

1 2