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

  /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/libnl/include/netlink/
socket.h 24 extern void nl_socket_free(struct nl_sock *);
  /external/libnl/tests/
test-genl.c 33 nl_socket_free(sock);
test-cache-mngr.c 68 nl_socket_free(sock);
  /external/nfacct/
nfacct.c 62 #define nl_socket_free nl_handle_destroy macro
244 nl_socket_free(handle);
304 nl_socket_free(handle);
385 nl_socket_free(handle);
482 nl_socket_free(handle);
539 nl_socket_free(handle);
  /external/wpa_supplicant_8/src/ap/
vlan_util.c 133 nl_socket_free(handle);
190 nl_socket_free(handle);
  /external/android-clat/
netlink_msg.c 147 nl_socket_free(nl_sk);
  /external/libnl/lib/
socket.c 105 nl_socket_free(sk);
133 * automatically, it is released again upon calling nl_socket_free().
149 void nl_socket_free(struct nl_sock *sk) function
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 125 nl_socket_free(sock);
483 nl_socket_free(cmd_sock);
485 nl_socket_free(event_sock);
489 if (info->user_sock) nl_socket_free(info->user_sock);
523 nl_socket_free(info->cmd_sock);
524 nl_socket_free(info->event_sock);
530 nl_socket_free(info->user_sock);
    [all...]
  /system/extras/taskstats/
taskstats.c 371 nl_socket_free(netlink_socket);
376 nl_socket_free(netlink_socket);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 97 nl_socket_free(sock);
105 nl_socket_free(sock);
194 nl_socket_free(cmd_sock);
225 nl_socket_free(cmd_sock);
226 nl_socket_free(event_sock);
275 nl_socket_free(info->cmd_sock);
276 nl_socket_free(info->event_sock);
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.h 24 #define nl80211_handle_destroy nl_socket_free
  /external/libpcap/
pcap-linux.c 563 nl_socket_free(struct nl_handle *h) function
626 nl_socket_free(state->nl_sock);
635 nl_socket_free(state->nl_sock);
    [all...]

Completed in 726 milliseconds