Searched refs:NL_OWN_PORT (Results 1 – 2 of 2) sorted by relevance
157 if (!(sk->s_flags & NL_OWN_PORT)) in nl_socket_free()259 sk->s_flags &= ~NL_OWN_PORT; in nl_socket_set_local_port()261 if (!(sk->s_flags & NL_OWN_PORT)) in nl_socket_set_local_port()263 sk->s_flags |= NL_OWN_PORT; in nl_socket_set_local_port()
23 #define NL_OWN_PORT (1<<2) macro