Home | History | Annotate | Download | only in netlink

Lines Matching refs:nl_sock

45 struct nl_sock;
51 extern int nl_connect(struct nl_sock *, int);
52 extern void nl_close(struct nl_sock *);
55 extern int nl_sendto(struct nl_sock *, void *, size_t);
56 extern int nl_sendmsg(struct nl_sock *, struct nl_msg *,
58 extern int nl_send(struct nl_sock *, struct nl_msg *);
59 extern int nl_send_iovec(struct nl_sock *, struct nl_msg *,
61 extern void nl_complete_msg(struct nl_sock *,
63 extern void nl_auto_complete(struct nl_sock *,
65 extern int nl_send_auto(struct nl_sock *, struct nl_msg *);
66 extern int nl_send_auto_complete(struct nl_sock *,
68 extern int nl_send_sync(struct nl_sock *, struct nl_msg *);
69 extern int nl_send_simple(struct nl_sock *, int, int,
73 extern int nl_recv(struct nl_sock *,
77 extern int nl_recvmsgs(struct nl_sock *, struct nl_cb *);
78 extern int nl_recvmsgs_report(struct nl_sock *, struct nl_cb *);
80 extern int nl_recvmsgs_default(struct nl_sock *);
82 extern int nl_wait_for_ack(struct nl_sock *);
84 extern int nl_pickup(struct nl_sock *,