Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Dfcntl.c811 int send_sigurg(struct fown_struct *fown) in send_sigurg() function
/linux-6.6.21/include/linux/
Dfs.h1108 extern int send_sigurg(struct fown_struct *fown);
/linux-6.6.21/net/core/
Dsock.c3391 if (send_sigurg(&sk->sk_socket->file->f_owner)) in sk_send_sigurg()