Lines Matching defs:sk2
8403 * socket is going to be sk2.
8405 struct sock *sk2;
8417 * bind_pprev in the struct sock *sk2 (pp->sk)]. On each one,
8425 sk_for_each_bound(sk2, &pp->owner) {
8426 int bound_dev_if2 = READ_ONCE(sk2->sk_bound_dev_if);
8427 struct sctp_sock *sp2 = sctp_sk(sk2);
8430 if (sk == sk2 ||
8431 (reuse && (sk2->sk_reuse || sp2->reuse) &&
8432 sk2->sk_state != SCTP_SS_LISTENING) ||
8433 (sk->sk_reuseport && sk2->sk_reuseport &&
8434 uid_eq(uid, sk_uid(sk2))))