sk_other          693 net/core/skmsg.c 	struct sock *sk_other;
sk_other          698 net/core/skmsg.c 		sk_other = psock->sk;
sk_other          699 net/core/skmsg.c 		if (sock_flag(sk_other, SOCK_DEAD) ||
sk_other          703 net/core/skmsg.c 		if (atomic_read(&sk_other->sk_rmem_alloc) <=
sk_other          704 net/core/skmsg.c 		    sk_other->sk_rcvbuf) {
sk_other          714 net/core/skmsg.c 		sk_other = tcp_skb_bpf_redirect_fetch(skb);
sk_other          715 net/core/skmsg.c 		if (unlikely(!sk_other))
sk_other          717 net/core/skmsg.c 		psock_other = sk_psock(sk_other);
sk_other          718 net/core/skmsg.c 		if (!psock_other || sock_flag(sk_other, SOCK_DEAD) ||
sk_other          722 net/core/skmsg.c 		if ((!ingress && sock_writeable(sk_other)) ||
sk_other          724 net/core/skmsg.c 		     atomic_read(&sk_other->sk_rmem_alloc) <=
sk_other          725 net/core/skmsg.c 		     sk_other->sk_rcvbuf)) {
sk_other          727 net/core/skmsg.c 				skb_set_owner_w(skb, sk_other);