Searched refs:sk_psock (Results 1 - 14 of 14) sorted by relevance

/linux-master/include/linux/
H A Dskmsg.h79 struct sk_psock { struct
108 int (*psock_update_sk_prot)(struct sock *sk, struct sk_psock *psock,
136 int sk_msg_recvmsg(struct sock *sk, struct sk_psock *psock, struct msghdr *msg,
145 static inline void sk_msg_apply_bytes(struct sk_psock *psock, u32 bytes)
286 static inline struct sk_psock *sk_psock(const struct sock *sk) function
292 static inline void sk_psock_set_state(struct sk_psock *psock,
298 static inline void sk_psock_clear_state(struct sk_psock *psock,
304 static inline bool sk_psock_test_state(const struct sk_psock *psock,
316 static inline void sk_psock_queue_msg(struct sk_psock *psoc
[all...]
/linux-master/net/core/
H A Dskmsg.c412 int sk_msg_recvmsg(struct sock *sk, struct sk_psock *psock, struct msghdr *msg,
490 struct sk_psock *psock;
494 psock = sk_psock(sk);
527 struct sk_psock *psock,
559 static int sk_psock_skb_ingress_self(struct sk_psock *psock, struct sk_buff *skb,
562 static int sk_psock_skb_ingress(struct sk_psock *psock, struct sk_buff *skb,
596 static int sk_psock_skb_ingress_self(struct sk_psock *psock, struct sk_buff *skb,
612 static int sk_psock_handle_skb(struct sk_psock *psock, struct sk_buff *skb,
629 static void sk_psock_skb_state(struct sk_psock *psock,
644 struct sk_psock *psoc
[all...]
H A Dsock_map.c128 static void sock_map_add_link(struct sk_psock *psock,
140 struct sk_psock *psock, void *link_raw)
177 struct sk_psock *psock = sk_psock(sk);
185 static int sock_map_init_proto(struct sock *sk, struct sk_psock *psock)
193 static struct sk_psock *sock_map_psock_get_checked(struct sock *sk)
195 struct sk_psock *psock;
198 psock = sk_psock(sk);
220 struct sk_psock *psock;
472 struct sk_psock *psoc
[all...]
/linux-master/net/ipv4/
H A Dudp_bpf.c29 static bool psock_has_data(struct sk_psock *psock)
38 static int udp_msg_wait_data(struct sock *sk, struct sk_psock *psock,
65 struct sk_psock *psock;
141 int udp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore)
H A Dtcp_bpf.c32 static int bpf_tcp_ingress(struct sock *sk, struct sk_psock *psock,
164 struct sk_psock *psock = sk_psock_get(sk);
178 static int tcp_msg_wait_data(struct sock *sk, struct sk_psock *psock,
200 static bool is_next_msg_fin(struct sk_psock *psock)
227 struct sk_psock *psock;
334 struct sk_psock *psock;
381 static int tcp_bpf_send_verdict(struct sock *sk, struct sk_psock *psock,
499 struct sk_psock *psock;
649 int tcp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore)
/linux-master/net/vmw_vsock/
H A Dvsock_bpf.c25 static bool vsock_has_data(struct sock *sk, struct sk_psock *psock)
37 static bool vsock_msg_wait_data(struct sock *sk, struct sk_psock *psock, long timeo)
79 struct sk_psock *psock;
149 int vsock_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore)
/linux-master/include/net/
H A Daf_unix.h120 int unix_dgram_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
121 int unix_stream_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
H A Dudp.h528 struct sk_psock;
529 int udp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
H A Daf_vsock.h240 int vsock_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
H A Dtcp.h2577 struct sk_psock;
2580 int tcp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
H A Dsock.h1183 struct sk_psock;
1255 struct sk_psock *psock,
/linux-master/net/unix/
H A Dunix_bpf.c15 static int unix_msg_wait_data(struct sock *sk, struct sk_psock *psock,
54 struct sk_psock *psock;
144 int unix_dgram_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore)
160 int unix_stream_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore)
/linux-master/net/tls/
H A Dtls_sw.c849 struct sk_psock *psock;
1308 tls_rx_rec_wait(struct sock *sk, struct sk_psock *psock, bool nonblock,
1960 struct sk_psock *psock;
2254 struct sk_psock *psock;
2347 struct sk_psock *psock;
2350 psock = sk_psock(sk);
2431 struct sk_psock *psock;
H A Dtls_main.c410 struct sk_psock *psock;

Completed in 213 milliseconds