Home
last modified time | relevance | path

Searched refs:SOCK_PASSCRED (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
A Dscm.h176 if (test_bit(SOCK_PASSCRED, &sock->flags) || in __scm_recv_common()
184 if (test_bit(SOCK_PASSCRED, &sock->flags)) { in __scm_recv_common()
/linux/include/linux/
A Dnet.h42 #define SOCK_PASSCRED 3 macro
/linux/net/unix/
A Daf_unix.c1434 if ((test_bit(SOCK_PASSCRED, &sock->flags) || in unix_dgram_connect()
1555 if ((test_bit(SOCK_PASSCRED, &sock->flags) || in unix_stream_connect()
1738 if (test_bit(SOCK_PASSCRED, &old->flags)) in unix_sock_inherit_flags()
1739 set_bit(SOCK_PASSCRED, &new->flags); in unix_sock_inherit_flags()
1906 return test_bit(SOCK_PASSCRED, &sock->flags) || in unix_passcred_enabled()
1909 test_bit(SOCK_PASSCRED, &other->sk_socket->flags) || in unix_passcred_enabled()
2006 if ((test_bit(SOCK_PASSCRED, &sock->flags) || in unix_dgram_sendmsg()
2872 } else if (test_bit(SOCK_PASSCRED, &sock->flags) || in unix_stream_read_generic()
/linux/net/core/
A Dsock.c1212 assign_bit(SOCK_PASSCRED, &sock->flags, valbool); in sk_setsockopt()
1834 v.val = !!test_bit(SOCK_PASSCRED, &sock->flags); in sk_getsockopt()

Completed in 19 milliseconds