Searched refs:psock_other (Results 1 – 1 of 1) sorted by relevance
692 struct sk_psock *psock_other; in sk_psock_verdict_apply() local717 psock_other = sk_psock(sk_other); in sk_psock_verdict_apply()718 if (!psock_other || sock_flag(sk_other, SOCK_DEAD) || in sk_psock_verdict_apply()719 !sk_psock_test_state(psock_other, SK_PSOCK_TX_ENABLED)) in sk_psock_verdict_apply()728 skb_queue_tail(&psock_other->ingress_skb, skb); in sk_psock_verdict_apply()729 schedule_work(&psock_other->work); in sk_psock_verdict_apply()