HomeSort by relevance Sort by last modified time
    Searched defs:nl_socket_free (Results 1 - 7 of 7) 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);
  /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/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);
  /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
  /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/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/libpcap/
pcap-linux.c 593 nl_socket_free(struct nl_handle *h) function
656 nl_socket_free(state->nl_sock);
665 nl_socket_free(state->nl_sock);
    [all...]

Completed in 134 milliseconds