Home
last modified time | relevance | path

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

/linux/include/linux/
A Dskmsg.h80 struct sk_psock { struct
284 static inline struct sk_psock *sk_psock(const struct sock *sk) in sk_psock() function
289 static inline void sk_psock_set_state(struct sk_psock *psock, in sk_psock_set_state()
320 static inline void sk_psock_queue_msg(struct sk_psock *psock, in sk_psock_queue_msg()
387 struct sk_psock *sk_psock_init(struct sock *sk, int node);
388 void sk_psock_stop(struct sk_psock *psock, bool wait);
438 struct sk_psock *psock) in sk_psock_restore_proto()
444 static inline struct sk_psock *sk_psock_get(struct sock *sk) in sk_psock_get()
446 struct sk_psock *psock; in sk_psock_get()
449 psock = sk_psock(sk); in sk_psock_get()
[all …]
/linux/net/core/
A Dskmsg.c479 struct sk_psock *psock; in sk_msg_is_readable()
483 psock = sk_psock(sk); in sk_msg_is_readable()
623 struct sk_psock *psock = container_of(work, struct sk_psock, work); in sk_psock_backlog()
684 struct sk_psock *psock; in sk_psock_init()
1017 struct sk_psock *psock; in sk_psock_write_space()
1021 psock = sk_psock(sk); in sk_psock_write_space()
1035 struct sk_psock *psock; in sk_psock_strp_read()
1042 psock = sk_psock(sk); in sk_psock_strp_read()
1070 struct sk_psock *psock = container_of(strp, struct sk_psock, strp); in sk_psock_strp_parse()
1091 psock = sk_psock(sk); in sk_psock_strp_data_ready()
[all …]
A Dsock_map.c181 struct sk_psock *psock = sk_psock(sk); in sock_map_unref()
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()
466 struct sk_psock *psock; in sock_map_update_common()
484 psock = sk_psock(sk); in sock_map_update_common()
962 struct sk_psock *psock; in sock_hash_update_common()
977 psock = sk_psock(sk); in sock_hash_update_common()
1480 struct sk_psock *psock; in sock_map_unhash()
1483 psock = sk_psock(sk); in sock_map_unhash()
[all …]
/linux/net/ipv4/
A Dudp_bpf.c30 static bool psock_has_data(struct sk_psock *psock) in psock_has_data()
39 static int udp_msg_wait_data(struct sock *sk, struct sk_psock *psock, in udp_msg_wait_data()
66 struct sk_psock *psock; in udp_bpf_recvmsg()
139 int udp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in udp_bpf_update_proto()
A Dtcp_bpf.c13 static int bpf_tcp_ingress(struct sock *sk, struct sk_psock *psock, in bpf_tcp_ingress()
138 struct sk_psock *psock = sk_psock_get(sk); in tcp_bpf_sendmsg_redir()
153 static int tcp_msg_wait_data(struct sock *sk, struct sk_psock *psock, in tcp_msg_wait_data()
182 struct sk_psock *psock; in tcp_bpf_recvmsg_parser()
213 struct sk_psock *psock; in tcp_bpf_recvmsg()
251 static int tcp_bpf_send_verdict(struct sock *sk, struct sk_psock *psock, in tcp_bpf_send_verdict()
361 struct sk_psock *psock; in tcp_bpf_sendmsg()
450 struct sk_psock *psock; in tcp_bpf_sendpage()
560 int tcp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in tcp_bpf_update_proto()
/linux/net/unix/
A Dunix_bpf.c15 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()
142 int unix_dgram_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in unix_dgram_bpf_update_proto()
158 int unix_stream_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in unix_stream_bpf_update_proto()
/linux/include/net/
A Daf_unix.h104 int unix_dgram_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
105 int unix_stream_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
A Dudp.h545 struct sk_psock;
546 struct proto *udp_bpf_get_proto(struct sock *sk, struct sk_psock *psock);
547 int udp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
A Dtcp.h2237 struct sk_psock;
2240 struct proto *tcp_bpf_get_proto(struct sock *sk, struct sk_psock *psock);
2241 int tcp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
A Dsock.h1131 struct sk_psock;
1204 struct sk_psock *psock,
/linux/net/tls/
A Dtls_sw.c807 struct sk_psock *psock; in bpf_exec_tx_verdict()
1299 static struct sk_buff *tls_wait_data(struct sock *sk, struct sk_psock *psock, in tls_wait_data()
1761 struct sk_psock *psock; in tls_sw_recvmsg()
2069 struct sk_psock *psock; in tls_sw_sock_is_readable()
2072 psock = sk_psock(sk); in tls_sw_sock_is_readable()
2161 struct sk_psock *psock; in tls_data_ready()

Completed in 38 milliseconds