Lines Matching refs:s_flags
196 sk->s_flags = NL_OWN_PORT; in __alloc_socket()
252 if (!(sk->s_flags & NL_OWN_PORT)) in nl_socket_free()
317 sk->s_flags |= NL_NO_AUTO_ACK; in nl_socket_disable_auto_ack()
327 sk->s_flags &= ~NL_NO_AUTO_ACK; in nl_socket_enable_auto_ack()
353 sk->s_flags |= NL_OWN_PORT; in _nl_socket_set_local_port_no_release()
355 sk->s_flags &= ~NL_OWN_PORT; in _nl_socket_set_local_port_no_release()
385 sk_mutable->s_flags |= NL_OWN_PORT; in nl_socket_get_local_port()
387 sk_mutable->s_flags &= ~NL_OWN_PORT; in nl_socket_get_local_port()
406 if (!(sk->s_flags & NL_OWN_PORT)) in nl_socket_set_local_port()
408 sk->s_flags |= NL_OWN_PORT; in nl_socket_set_local_port()
725 sk->s_flags |= (NL_MSG_PEEK | NL_MSG_PEEK_EXPLICIT); in nl_socket_enable_msg_peek()
736 sk->s_flags |= NL_MSG_PEEK_EXPLICIT; in nl_socket_disable_msg_peek()
737 sk->s_flags &= ~NL_MSG_PEEK; in nl_socket_disable_msg_peek()
911 sk->s_flags |= NL_SOCK_PASSCRED; in nl_socket_set_passcred()
913 sk->s_flags &= ~NL_SOCK_PASSCRED; in nl_socket_set_passcred()