Home
last modified time | relevance | path

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

/dports/multimedia/libv4l/linux-5.13-rc2/include/net/
H A Dscm.h117 if (test_bit(SOCK_PASSCRED, &sock->flags) || scm->fp) in scm_recv()
123 if (test_bit(SOCK_PASSCRED, &sock->flags)) { in scm_recv()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/
H A Dscm.h117 if (test_bit(SOCK_PASSCRED, &sock->flags) || scm->fp) in scm_recv()
123 if (test_bit(SOCK_PASSCRED, &sock->flags)) { in scm_recv()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/net/
H A Dscm.h117 if (test_bit(SOCK_PASSCRED, &sock->flags) || scm->fp) in scm_recv()
123 if (test_bit(SOCK_PASSCRED, &sock->flags)) { in scm_recv()
/dports/multimedia/libv4l/linux-5.13-rc2/net/unix/
H A Daf_unix.c1146 if (test_bit(SOCK_PASSCRED, &sock->flags) && in unix_dgram_connect()
1248 if (test_bit(SOCK_PASSCRED, &sock->flags) && !u->addr && in unix_stream_connect()
1441 if (test_bit(SOCK_PASSCRED, &old->flags)) in unix_sock_inherit_flags()
1442 set_bit(SOCK_PASSCRED, &new->flags); in unix_sock_inherit_flags()
1543 return test_bit(SOCK_PASSCRED, &sock->flags) || in unix_passcred_enabled()
1545 test_bit(SOCK_PASSCRED, &other->sk_socket->flags); in unix_passcred_enabled()
1654 if (test_bit(SOCK_PASSCRED, &sock->flags) && !u->addr in unix_dgram_sendmsg()
2352 } else if (test_bit(SOCK_PASSCRED, &sock->flags)) { in unix_stream_read_generic()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/unix/
H A Daf_unix.c1146 if (test_bit(SOCK_PASSCRED, &sock->flags) && in unix_dgram_connect()
1248 if (test_bit(SOCK_PASSCRED, &sock->flags) && !u->addr && in unix_stream_connect()
1441 if (test_bit(SOCK_PASSCRED, &old->flags)) in unix_sock_inherit_flags()
1442 set_bit(SOCK_PASSCRED, &new->flags); in unix_sock_inherit_flags()
1543 return test_bit(SOCK_PASSCRED, &sock->flags) || in unix_passcred_enabled()
1545 test_bit(SOCK_PASSCRED, &other->sk_socket->flags); in unix_passcred_enabled()
1654 if (test_bit(SOCK_PASSCRED, &sock->flags) && !u->addr in unix_dgram_sendmsg()
2352 } else if (test_bit(SOCK_PASSCRED, &sock->flags)) { in unix_stream_read_generic()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/unix/
H A Daf_unix.c1146 if (test_bit(SOCK_PASSCRED, &sock->flags) && in unix_dgram_connect()
1248 if (test_bit(SOCK_PASSCRED, &sock->flags) && !u->addr && in unix_stream_connect()
1441 if (test_bit(SOCK_PASSCRED, &old->flags)) in unix_sock_inherit_flags()
1442 set_bit(SOCK_PASSCRED, &new->flags); in unix_sock_inherit_flags()
1543 return test_bit(SOCK_PASSCRED, &sock->flags) || in unix_passcred_enabled()
1545 test_bit(SOCK_PASSCRED, &other->sk_socket->flags); in unix_passcred_enabled()
1654 if (test_bit(SOCK_PASSCRED, &sock->flags) && !u->addr in unix_dgram_sendmsg()
2352 } else if (test_bit(SOCK_PASSCRED, &sock->flags)) { in unix_stream_read_generic()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dnet.h42 #define SOCK_PASSCRED 3 macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dnet.h42 #define SOCK_PASSCRED 3 macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dnet.h42 #define SOCK_PASSCRED 3 macro
/dports/multimedia/libv4l/linux-5.13-rc2/net/core/
H A Dsock.c986 set_bit(SOCK_PASSCRED, &sock->flags); in sock_setsockopt()
988 clear_bit(SOCK_PASSCRED, &sock->flags); in sock_setsockopt()
1439 v.val = !!test_bit(SOCK_PASSCRED, &sock->flags); in sock_getsockopt()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/core/
H A Dsock.c986 set_bit(SOCK_PASSCRED, &sock->flags); in sock_setsockopt()
988 clear_bit(SOCK_PASSCRED, &sock->flags); in sock_setsockopt()
1439 v.val = !!test_bit(SOCK_PASSCRED, &sock->flags); in sock_getsockopt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/core/
H A Dsock.c986 set_bit(SOCK_PASSCRED, &sock->flags); in sock_setsockopt()
988 clear_bit(SOCK_PASSCRED, &sock->flags); in sock_setsockopt()
1439 v.val = !!test_bit(SOCK_PASSCRED, &sock->flags); in sock_getsockopt()