Searched refs:bound_dev_if2 (Results 1 – 2 of 2) sorted by relevance
174 int bound_dev_if2; in inet_bind_conflict() local179 bound_dev_if2 = READ_ONCE(sk2->sk_bound_dev_if); in inet_bind_conflict()181 if (!sk->sk_bound_dev_if || !bound_dev_if2 || in inet_bind_conflict()182 sk->sk_bound_dev_if == bound_dev_if2) { in inet_bind_conflict()
8439 int bound_dev_if2 = READ_ONCE(sk2->sk_bound_dev_if); in sctp_get_port_local() local8450 if ((!sk->sk_bound_dev_if || !bound_dev_if2 || in sctp_get_port_local()8451 sk->sk_bound_dev_if == bound_dev_if2) && in sctp_get_port_local()