Home
last modified time | relevance | path

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

/include/net/
Dscm.h95 if (test_bit(SOCK_PASSCRED, &sock->flags) || scm->fp) in scm_recv()
101 if (test_bit(SOCK_PASSCRED, &sock->flags)) in scm_recv()
/include/linux/
Dnet.h69 #define SOCK_PASSCRED 3 macro