psock_other       692 net/core/skmsg.c 	struct sk_psock *psock_other;
psock_other       717 net/core/skmsg.c 		psock_other = sk_psock(sk_other);
psock_other       718 net/core/skmsg.c 		if (!psock_other || sock_flag(sk_other, SOCK_DEAD) ||
psock_other       719 net/core/skmsg.c 		    !sk_psock_test_state(psock_other, SK_PSOCK_TX_ENABLED))
psock_other       728 net/core/skmsg.c 			skb_queue_tail(&psock_other->ingress_skb, skb);
psock_other       729 net/core/skmsg.c 			schedule_work(&psock_other->work);