Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv4/
A Dinet_connection_sock.c171 int bound_dev_if2; in inet_bind_conflict() local
176 bound_dev_if2 = READ_ONCE(sk2->sk_bound_dev_if); in inet_bind_conflict()
178 if (!sk->sk_bound_dev_if || !bound_dev_if2 || in inet_bind_conflict()
179 sk->sk_bound_dev_if == bound_dev_if2) { in inet_bind_conflict()
/linux-6.3-rc2/net/sctp/
A Dsocket.c8402 int bound_dev_if2 = READ_ONCE(sk2->sk_bound_dev_if); in sctp_get_port_local() local
8413 if ((!sk->sk_bound_dev_if || !bound_dev_if2 || in sctp_get_port_local()
8414 sk->sk_bound_dev_if == bound_dev_if2) && in sctp_get_port_local()

Completed in 20 milliseconds