Lines Matching defs:sock
55 int nl_send_msg(struct nl_sock *sock, struct nl_cb *cb, struct nl_msg *msg,
61 err = nl_send_auto_complete(sock, msg);
70 nl_recvmsgs(sock, cb);
113 static int nl_get_multicast_id(struct nl_sock *sock, struct nl_cb *cb,
127 ctrlid = genl_ctrl_resolve(sock, "nlctrl");
133 ret = nl_send_msg(sock, cb, msg, nl_family_handler, &grp);
147 struct nl_sock *sock;
153 sock = nl_socket_alloc();
154 if (!sock)
157 if (genl_connect(sock))
166 *nl_sock = sock;
172 nl_socket_free(sock);