Lines Matching defs:flags
100 if (test_bit(SOCK_PASSSEC, &sock->flags)) {
112 return test_bit(SOCK_PASSSEC, &sock->flags);
161 struct scm_cookie *scm, int flags)
164 if (test_bit(SOCK_PASSCRED, &sock->flags) ||
165 test_bit(SOCK_PASSPIDFD, &sock->flags) ||
172 if (test_bit(SOCK_PASSCRED, &sock->flags)) {
191 struct scm_cookie *scm, int flags)
193 if (!__scm_recv_common(sock, msg, scm, flags))
200 struct scm_cookie *scm, int flags)
202 if (!__scm_recv_common(sock, msg, scm, flags))
205 if (test_bit(SOCK_PASSPIDFD, &sock->flags))