Lines Matching refs:sk_psock
399 static int sk_psock_skb_ingress(struct sk_psock *psock, struct sk_buff *skb) in sk_psock_skb_ingress()
432 static int sk_psock_handle_skb(struct sk_psock *psock, struct sk_buff *skb, in sk_psock_handle_skb()
443 struct sk_psock *psock = container_of(work, struct sk_psock, work); in sk_psock_backlog()
494 struct sk_psock *sk_psock_init(struct sock *sk, int node) in sk_psock_init()
496 struct sk_psock *psock = kzalloc_node(sizeof(*psock), in sk_psock_init()
522 struct sk_psock_link *sk_psock_link_pop(struct sk_psock *psock) in sk_psock_link_pop()
535 void __sk_psock_purge_ingress_msg(struct sk_psock *psock) in __sk_psock_purge_ingress_msg()
546 static void sk_psock_zap_ingress(struct sk_psock *psock) in sk_psock_zap_ingress()
552 static void sk_psock_link_destroy(struct sk_psock *psock) in sk_psock_link_destroy()
564 struct sk_psock *psock = container_of(gc, struct sk_psock, gc); in sk_psock_destroy_deferred()
588 struct sk_psock *psock = container_of(rcu, struct sk_psock, rcu); in sk_psock_destroy()
595 void sk_psock_drop(struct sock *sk, struct sk_psock *psock) in sk_psock_drop()
625 int sk_psock_msg_verdict(struct sock *sk, struct sk_psock *psock, in sk_psock_msg_verdict()
661 static int sk_psock_bpf_run(struct sk_psock *psock, struct bpf_prog *prog, in sk_psock_bpf_run()
681 static struct sk_psock *sk_psock_from_strp(struct strparser *strp) in sk_psock_from_strp()
686 return container_of(parser, struct sk_psock, parser); in sk_psock_from_strp()
689 static void sk_psock_verdict_apply(struct sk_psock *psock, in sk_psock_verdict_apply()
692 struct sk_psock *psock_other; in sk_psock_verdict_apply()
717 psock_other = sk_psock(sk_other); in sk_psock_verdict_apply()
743 struct sk_psock *psock = sk_psock_from_strp(strp); in sk_psock_strp_read()
766 struct sk_psock *psock = sk_psock_from_strp(strp); in sk_psock_strp_parse()
781 struct sk_psock *psock; in sk_psock_strp_data_ready()
784 psock = sk_psock(sk); in sk_psock_strp_data_ready()
795 struct sk_psock *psock; in sk_psock_write_space()
799 psock = sk_psock(sk); in sk_psock_write_space()
807 int sk_psock_init_strp(struct sock *sk, struct sk_psock *psock) in sk_psock_init_strp()
819 void sk_psock_start_strp(struct sock *sk, struct sk_psock *psock) in sk_psock_start_strp()
832 void sk_psock_stop_strp(struct sock *sk, struct sk_psock *psock) in sk_psock_stop_strp()