Searched refs:NL_SOCK_PASSCRED (Results 1 – 3 of 3) sorted by relevance
753 sk->s_flags |= NL_SOCK_PASSCRED; in nl_socket_set_passcred()755 sk->s_flags &= ~NL_SOCK_PASSCRED; in nl_socket_set_passcred()
658 if (creds && (sk->s_flags & NL_SOCK_PASSCRED)) { in nl_recv()721 if (creds && (sk->s_flags & NL_SOCK_PASSCRED)) { in nl_recv()
27 #define NL_SOCK_PASSCRED (1<<1) macro