Searched refs:NL_OWN_PORT (Results 1 – 2 of 2) sorted by relevance
196 sk->s_flags = NL_OWN_PORT; in __alloc_socket()252 if (!(sk->s_flags & NL_OWN_PORT)) in nl_socket_free()346 sk->s_flags &= ~NL_OWN_PORT; in _nl_socket_generate_local_port_no_release()388 if (!(sk->s_flags & NL_OWN_PORT)) in nl_socket_set_local_port()390 sk->s_flags |= NL_OWN_PORT; in nl_socket_set_local_port()
28 #define NL_OWN_PORT (1<<2) macro