Lines Matching refs:nl_sock
46 struct nl_sock;
52 extern int nl_connect(struct nl_sock *, int);
53 extern void nl_close(struct nl_sock *);
56 extern int nl_sendto(struct nl_sock *, void *, size_t);
57 extern int nl_sendmsg(struct nl_sock *, struct nl_msg *,
59 extern int nl_send(struct nl_sock *, struct nl_msg *);
60 extern int nl_send_iovec(struct nl_sock *, struct nl_msg *,
62 extern void nl_complete_msg(struct nl_sock *,
64 extern void nl_auto_complete(struct nl_sock *,
66 extern int nl_send_auto(struct nl_sock *, struct nl_msg *);
67 extern int nl_send_auto_complete(struct nl_sock *,
69 extern int nl_send_sync(struct nl_sock *, struct nl_msg *);
70 extern int nl_send_simple(struct nl_sock *, int, int,
74 extern int nl_recv(struct nl_sock *,
78 extern int nl_recvmsgs(struct nl_sock *, struct nl_cb *);
79 extern int nl_recvmsgs_report(struct nl_sock *, struct nl_cb *);
81 extern int nl_recvmsgs_default(struct nl_sock *);
83 extern int nl_wait_for_ack(struct nl_sock *);
85 extern int nl_pickup(struct nl_sock *,
91 extern int nl_pickup_keep_syserr(struct nl_sock *sk,