Lines Matching refs:nl_sock
171 extern int nl_connect(struct nl_sock *, int);
172 extern void nl_close(struct nl_sock *);
175 extern struct nl_sock *nl_socket_alloc(void);
176 extern struct nl_sock *nl_socket_alloc_cb(struct nl_cb *);
177 extern void nl_socket_free(struct nl_sock *);
179 extern uint32_t nl_socket_get_local_port(const struct nl_sock *);
180 extern void nl_socket_set_local_port(struct nl_sock *, uint32_t);
182 extern uint32_t nl_socket_get_peer_port(const struct nl_sock *);
183 extern void nl_socket_set_peer_port(struct nl_sock *, uint32_t);
185 extern uint32_t nl_socket_get_peer_groups(const struct nl_sock *sk);
186 extern void nl_socket_set_peer_groups(struct nl_sock *sk, uint32_t groups);
188 extern int nl_socket_set_buffer_size(struct nl_sock *, int, int);
189 extern void nl_socket_set_cb(struct nl_sock *, struct nl_cb *);
191 extern int nl_socket_add_membership(struct nl_sock *, int);
192 extern int nl_socket_drop_membership(struct nl_sock *, int);
194 extern int nl_send_auto_complete(struct nl_sock *, struct nl_msg *);
195 extern int nl_recvmsgs(struct nl_sock *, struct nl_cb *);
316 struct nl_cache_mngr *alloc_cache_mngr(struct nl_sock *sock, in alloc_cache_mngr()
362 extern int nl_cache_refill(struct nl_sock *,
364 extern int nl_cache_pickup(struct nl_sock *,
366 extern int nl_cache_resync(struct nl_sock *,