Home
last modified time | relevance | path

Searched refs:sock (Results 1 – 1 of 1) sorted by relevance

/ipc/
Dmqueue.c149 struct sock *notify_sock;
1321 struct sock *sock; in do_mq_notify() local
1329 sock = NULL; in do_mq_notify()
1363 sock = netlink_getsockbyfilp(f.file); in do_mq_notify()
1365 if (IS_ERR(sock)) { in do_mq_notify()
1366 ret = PTR_ERR(sock); in do_mq_notify()
1371 ret = netlink_attachskb(sock, nc, &timeo, NULL); in do_mq_notify()
1373 sock = NULL; in do_mq_notify()
1409 info->notify_sock = sock; in do_mq_notify()
1411 sock = NULL; in do_mq_notify()
[all …]