Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dscm.h99 if (test_bit(SOCK_PASSSEC, &sock->flags)) { in scm_passec()
/linux-6.3-rc2/include/linux/
A Dnet.h43 #define SOCK_PASSSEC 4 macro
/linux-6.3-rc2/net/core/
A Dsock.c1351 set_bit(SOCK_PASSSEC, &sock->flags); in sk_setsockopt()
1353 clear_bit(SOCK_PASSSEC, &sock->flags); in sk_setsockopt()
1801 v.val = !!test_bit(SOCK_PASSSEC, &sock->flags); in sk_getsockopt()
/linux-6.3-rc2/net/unix/
A Daf_unix.c1673 if (test_bit(SOCK_PASSSEC, &old->flags)) in unix_sock_inherit_flags()
1674 set_bit(SOCK_PASSSEC, &new->flags); in unix_sock_inherit_flags()

Completed in 17 milliseconds