Home
last modified time | relevance | path

Searched defs:unix_may_send (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dlsm_hooks.h1664 int (*unix_may_send)(struct socket *sock, struct socket *other); member
1934 struct hlist_head unix_may_send; member
/Linux-v4.19/net/unix/
Daf_unix.c190 static inline int unix_may_send(struct sock *sk, struct sock *osk) in unix_may_send() function