Home
last modified time | relevance | path

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

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