Home | History | Annotate | Download | only in netlink

Lines Matching refs:nl_sock

169 extern int nl_connect(struct nl_sock *, int);
170 extern void nl_close(struct nl_sock *);
173 extern struct nl_sock *nl_socket_alloc(void);
174 extern struct nl_sock *nl_socket_alloc_cb(struct nl_cb *);
175 extern void nl_socket_free(struct nl_sock *);
177 extern uint32_t nl_socket_get_local_port(const struct nl_sock *);
178 extern void nl_socket_set_local_port(struct nl_sock *, uint32_t);
180 extern uint32_t nl_socket_get_peer_port(const struct nl_sock *);
181 extern void nl_socket_set_peer_port(struct nl_sock *, uint32_t);
183 extern uint32_t nl_socket_get_peer_groups(const struct nl_sock *sk);
184 extern void nl_socket_set_peer_groups(struct nl_sock *sk, uint32_t groups);
186 extern int nl_socket_set_buffer_size(struct nl_sock *, int, int);
187 extern void nl_socket_set_cb(struct nl_sock *, struct nl_cb *);
189 extern int nl_send_auto_complete(struct nl_sock *, struct nl_msg *);
190 extern int nl_recvmsgs(struct nl_sock *, struct nl_cb *);
311 struct nl_cache_mngr *alloc_cache_mngr(struct nl_sock *sock,
357 extern int nl_cache_refill(struct nl_sock *,
359 extern int nl_cache_pickup(struct nl_sock *,
361 extern int nl_cache_resync(struct nl_sock *,