Searched refs:nl_socket_set_buffer_size (Results 1 – 9 of 9) sorted by relevance
/external/libnl/include/netlink/ |
D | socket.h | 51 extern int nl_socket_set_buffer_size(struct nl_sock *, int, int);
|
/external/libnl/src/ |
D | nf-queue.c | 121 nl_socket_set_buffer_size(nf_sock, 1024*127, 1024*127); in main()
|
/external/iw/ |
D | iw.c | 38 static inline int nl_socket_set_buffer_size(struct nl_sock *sk, in nl_socket_set_buffer_size() function 57 nl_socket_set_buffer_size(state->nl_sock, 8192, 8192); in nl80211_init()
|
/external/libnl/lib/ |
D | socket.c | 675 int nl_socket_set_buffer_size(struct nl_sock *sk, int rxbuf, int txbuf) in nl_socket_set_buffer_size() function
|
D | nl.c | 118 err = nl_socket_set_buffer_size(sk, 0, 0); in nl_connect()
|
/external/libnl/python/netlink/ |
D | core.py | 228 capi.nl_socket_set_buffer_size(self._sock, rx, tx)
|
D | capi.i | 186 extern int nl_socket_set_buffer_size(struct nl_sock *, int, int);
|
/external/libnl/doc/ |
D | core.txt | 833 int nl_socket_set_buffer_size(struct nl_sock *sk, int rx, int tx);
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 143 if (nl_socket_set_buffer_size(*handle, 262144, 0) < 0) { in nl80211_register_eloop_read()
|