HomeSort by relevance Sort by last modified time
    Searched full:nl_socket_set_buffer_size (Results 1 - 3 of 3) sorted by null

  /external/libnl-headers/netlink/
socket.h 48 extern int nl_socket_set_buffer_size(struct nl_sock *, int, int);
  /system/core/libnl_2/
socket.c 110 int nl_socket_set_buffer_size(struct nl_sock *sk, int rxbuf, int txbuf) function
netlink.c 260 if (nl_socket_set_buffer_size(sk, NL_BUFFER_SZ, NL_BUFFER_SZ) < 0)

Completed in 512 milliseconds