Home
last modified time | relevance | path

Searched refs:sk_mutable (Results 1 – 1 of 1) sorted by relevance

/external/libnl/lib/
Dsocket.c362 struct nl_sock *sk_mutable = (struct nl_sock *) sk; in nl_socket_get_local_port() local
373 sk_mutable->s_local.nl_pid = generate_local_port(); in nl_socket_get_local_port()
374 if (sk_mutable->s_local.nl_pid == 0) { in nl_socket_get_local_port()
378 sk_mutable->s_local.nl_pid = UINT32_MAX; in nl_socket_get_local_port()
379 sk_mutable->s_flags |= NL_OWN_PORT; in nl_socket_get_local_port()
381 sk_mutable->s_flags &= ~NL_OWN_PORT; in nl_socket_get_local_port()