Searched refs:notify_sock (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | mconsole_user.c | 177 static int notify_sock = -1; variable 186 if (notify_sock < 0) { in mconsole_notify() 187 notify_sock = socket(PF_UNIX, SOCK_DGRAM, 0); in mconsole_notify() 188 if (notify_sock < 0) { in mconsole_notify() 211 n = sendto(notify_sock, &packet, len, 0, (struct sockaddr *) &target, in mconsole_notify()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | mconsole_user.c | 177 static int notify_sock = -1; variable 186 if (notify_sock < 0) { in mconsole_notify() 187 notify_sock = socket(PF_UNIX, SOCK_DGRAM, 0); in mconsole_notify() 188 if (notify_sock < 0) { in mconsole_notify() 211 n = sendto(notify_sock, &packet, len, 0, (struct sockaddr *) &target, in mconsole_notify()
|
/kernel/linux/linux-5.10/ipc/ |
H A D | mqueue.c | 149 struct sock *notify_sock; member 831 netlink_sendskb(info->notify_sock, info->notify_cookie); in __do_notify() 858 netlink_sendskb(info->notify_sock, info->notify_cookie); in remove_notification() 1409 info->notify_sock = sock; in do_mq_notify()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | mqueue.c | 149 struct sock *notify_sock; member 832 netlink_sendskb(info->notify_sock, info->notify_cookie); in __do_notify() 859 netlink_sendskb(info->notify_sock, info->notify_cookie); in remove_notification() 1408 info->notify_sock = sock; in do_mq_notify()
|
Completed in 6 milliseconds