Searched refs:sock (Results 1 – 1 of 1) sorted by relevance
87 struct sock *notify_sock;1220 struct sock *sock; in do_mq_notify() local1228 sock = NULL; in do_mq_notify()1262 sock = netlink_getsockbyfilp(f.file); in do_mq_notify()1264 if (IS_ERR(sock)) { in do_mq_notify()1265 ret = PTR_ERR(sock); in do_mq_notify()1270 ret = netlink_attachskb(sock, nc, &timeo, NULL); in do_mq_notify()1272 sock = NULL; in do_mq_notify()1308 info->notify_sock = sock; in do_mq_notify()1310 sock = NULL; in do_mq_notify()[all …]