HomeSort by relevance Sort by last modified time
    Searched defs:nl_socket_free (Results 1 - 4 of 4) 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/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/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 796 milliseconds