Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_connection_sock.c160 int bound_dev_if2; in inet_bind_conflict() local
165 bound_dev_if2 = READ_ONCE(sk2->sk_bound_dev_if); in inet_bind_conflict()
167 if (!sk->sk_bound_dev_if || !bound_dev_if2 || in inet_bind_conflict()
168 sk->sk_bound_dev_if == bound_dev_if2) { in inet_bind_conflict()
/linux/net/sctp/
H A Dsocket.c8480 int bound_dev_if2 = READ_ONCE(sk2->sk_bound_dev_if); in sctp_get_port_local()
8491 if ((!sk->sk_bound_dev_if || !bound_dev_if2 || in sctp_get_port_local()
8492 sk->sk_bound_dev_if == bound_dev_if2) && in sctp_get_port_local()
8479 int bound_dev_if2 = READ_ONCE(sk2->sk_bound_dev_if); sctp_get_port_local() local