Home
last modified time | relevance | path

Searched refs:sk_psock (Results 1 – 11 of 11) sorted by relevance

/linux/include/linux/
H A Dskmsg.h84 struct sk_psock { struct
117 int (*psock_update_sk_prot)(struct sock *sk, struct sk_psock *psock, argument
145 int sk_msg_recvmsg(struct sock *sk, struct sk_psock *psock, struct msghdr *msg, argument
147 int __sk_msg_recvmsg(struct sock *sk, struct sk_psock *psock, struct msghdr *msg,
156 static inline void sk_msg_apply_bytes(struct sk_psock *psock, u32 bytes) in sk_msg_apply_bytes()
303 static inline struct sk_psock *sk_psock(const struct sock *sk) in sk_psock() function
309 static inline void sk_psock_set_state(struct sk_psock *psock, in sk_psock_set_state()
315 static inline void sk_psock_clear_state(struct sk_psock *psock, in sk_psock_clear_state()
321 static inline bool sk_psock_test_state(const struct sk_psock *psock, in sk_psock_test_state()
333 static inline u32 sk_psock_get_msg_len_nolock(struct sk_psock *psock) in sk_psock_get_msg_len_nolock()
[all …]
/linux/net/vmw_vsock/
H A Dvsock_bpf.c25 static bool vsock_has_data(struct sock *sk, struct sk_psock *psock) in vsock_has_data()
37 static bool vsock_msg_wait_data(struct sock *sk, struct sk_psock *psock, long timeo) in vsock_msg_wait_data()
79 struct sk_psock *psock; in vsock_bpf_recvmsg()
150 int vsock_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in vsock_bpf_update_proto()
/linux/net/ipv4/
H A Dtcp_bpf.c33 static int bpf_tcp_ingress(struct sock *sk, struct sk_psock *psock, in bpf_tcp_ingress()
167 struct sk_psock *psock = sk_psock_get(sk); in tcp_bpf_sendmsg_redir()
181 static int tcp_msg_wait_data(struct sock *sk, struct sk_psock *psock, in tcp_msg_wait_data()
203 static bool is_next_msg_fin(struct sk_psock *psock) in is_next_msg_fin()
227 struct sk_psock *psock; in tcp_bpf_recvmsg_parser()
337 struct sk_psock *psock; in tcp_bpf_ioctl()
371 struct sk_psock *psock; in tcp_bpf_recvmsg()
418 static int tcp_bpf_send_verdict(struct sock *sk, struct sk_psock *psock, in tcp_bpf_send_verdict()
538 struct sk_psock *psock; in tcp_bpf_sendmsg()
694 struct sk_psock *psock; in tcp_bpf_strp_read_sock()
[all …]
/linux/net/unix/
H A Dunix_bpf.c16 static int unix_msg_wait_data(struct sock *sk, struct sk_psock *psock, in unix_msg_wait_data()
55 struct sk_psock *psock; in unix_bpf_recvmsg()
148 int unix_dgram_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in unix_dgram_bpf_update_proto()
164 int unix_stream_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in unix_stream_bpf_update_proto()
H A Daf_unix.h62 int unix_dgram_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
63 int unix_stream_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
/linux/net/core/
H A Dsock_map.c131 static void sock_map_add_link(struct sk_psock *psock, in sock_map_add_link()
143 struct sk_psock *psock, void *link_raw) in sock_map_del_link()
181 struct sk_psock *psock = sk_psock(sk); in sock_map_unref()
189 static int sock_map_init_proto(struct sock *sk, struct sk_psock *psock) in sock_map_init_proto()
197 static struct sk_psock *sock_map_psock_get_checked(struct sock *sk) in sock_map_psock_get_checked()
199 struct sk_psock *psock; in sock_map_psock_get_checked()
202 psock = sk_psock(sk); in sock_map_psock_get_checked()
224 struct sk_psock *psock; in sock_map_link()
475 struct sk_psock *psock; in sock_map_update_common()
493 psock = sk_psock(sk); in sock_map_update_common()
[all …]
/linux/include/net/
H A Dudp.h652 struct sk_psock;
653 int udp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
H A Daf_vsock.h261 int vsock_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
/linux/Documentation/bpf/
H A Dmap_sockmap.rst35 replaced and a ``struct sk_psock`` is attached to it. Additionally, this
36 ``sk_psock`` inherits the programs that are attached to the map.
/linux/net/tls/
H A Dtls_main.c641 if (sk_psock(sk)) { in do_tls_setsockopt_conf()
H A Dtls_sw.c2081 struct sk_psock *psock; in tls_sw_read_sock()