Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dscm.h127 if (test_bit(SOCK_PASSCRED, &sock->flags) || scm->fp || in scm_recv()
134 if (test_bit(SOCK_PASSCRED, &sock->flags)) { in scm_recv()
/linux-4.19.296/include/linux/
Dnet.h44 #define SOCK_PASSCRED 3 macro