Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dscm.h99 if (test_bit(SOCK_PASSSEC, &sock->flags)) { in scm_passec()
/Linux-v4.19/include/linux/
Dnet.h45 #define SOCK_PASSSEC 4 macro
/Linux-v4.19/net/core/
Dsock.c948 set_bit(SOCK_PASSSEC, &sock->flags); in sock_setsockopt()
950 clear_bit(SOCK_PASSSEC, &sock->flags); in sock_setsockopt()
1282 v.val = !!test_bit(SOCK_PASSSEC, &sock->flags); in sock_getsockopt()
/Linux-v4.19/net/unix/
Daf_unix.c1402 if (test_bit(SOCK_PASSSEC, &old->flags)) in unix_sock_inherit_flags()
1403 set_bit(SOCK_PASSSEC, &new->flags); in unix_sock_inherit_flags()