Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dscm.h99 if (test_bit(SOCK_PASSSEC, &sock->flags)) { in scm_passec()
/Linux-v6.1/include/linux/
Dnet.h43 #define SOCK_PASSSEC 4 macro
/Linux-v6.1/net/core/
Dsock.c1344 set_bit(SOCK_PASSSEC, &sock->flags); in sk_setsockopt()
1346 clear_bit(SOCK_PASSSEC, &sock->flags); in sk_setsockopt()
1792 v.val = !!test_bit(SOCK_PASSSEC, &sock->flags); in sk_getsockopt()
/Linux-v6.1/net/unix/
Daf_unix.c1672 if (test_bit(SOCK_PASSSEC, &old->flags)) in unix_sock_inherit_flags()
1673 set_bit(SOCK_PASSSEC, &new->flags); in unix_sock_inherit_flags()