Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dfcntl.c827 int send_sigurg(struct fown_struct *fown) in send_sigurg() function
/Linux-v5.15/include/linux/
Dfs.h1388 extern int send_sigurg(struct fown_struct *fown);
/Linux-v5.15/net/core/
Dsock.c3090 if (send_sigurg(&sk->sk_socket->file->f_owner)) in sk_send_sigurg()