Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Dinet_connection_sock.c150 int bound_dev_if2; in inet_bind_conflict() local
155 bound_dev_if2 = READ_ONCE(sk2->sk_bound_dev_if); in inet_bind_conflict()
157 if (!sk->sk_bound_dev_if || !bound_dev_if2 || in inet_bind_conflict()
158 sk->sk_bound_dev_if == bound_dev_if2) { in inet_bind_conflict()