Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
Dinet_connection_sock.c176 int bound_dev_if2; in inet_bind_conflict() local
181 bound_dev_if2 = READ_ONCE(sk2->sk_bound_dev_if); in inet_bind_conflict()
183 if (!sk->sk_bound_dev_if || !bound_dev_if2 || in inet_bind_conflict()
184 sk->sk_bound_dev_if == bound_dev_if2) { in inet_bind_conflict()
/linux-6.12.1/net/sctp/
Dsocket.c8438 int bound_dev_if2 = READ_ONCE(sk2->sk_bound_dev_if); in sctp_get_port_local() local
8449 if ((!sk->sk_bound_dev_if || !bound_dev_if2 || in sctp_get_port_local()
8450 sk->sk_bound_dev_if == bound_dev_if2) && in sctp_get_port_local()