Lines Matching refs:s
13 From the userspace point of view it's quite straightforward:
60 struct cb_id *id - unique connector's user identifier.
62 char *name - connector's callback symbolic name.
63 void (*callback) (struct cn..) - connector's callback.
64 cn_msg and the sender's credentials
71 struct cb_id *id - unique connector's user identifier.
135 cn_msg [main connector's message header] contains u32 seq and u32 ack
148 s = socket(PF_NETLINK, SOCK_DGRAM, NETLINK_CONNECTOR);
154 if (bind(s, (struct sockaddr *)&l_local, sizeof(struct sockaddr_nl)) == -1) {
156 close(s);
162 setsockopt(s, 270, 1, &on, sizeof(on));
176 not use add/remove connector's group notifications, but as far as I know,