Home
last modified time | relevance | path

Searched defs:psock (Results 1 – 14 of 14) sorted by relevance

/linux/net/core/
A Dskmsg.c491 struct sk_psock *psock; in sk_msg_is_readable() local
528 struct sk_psock *psock, in sk_psock_skb_ingress_enqueue()
630 static void sk_psock_skb_state(struct sk_psock *psock, in sk_psock_skb_state()
703 struct sk_psock *psock; in sk_psock_init() local
801 void sk_psock_stop(struct sk_psock *psock) in sk_psock_stop()
1040 struct sk_psock *psock; in sk_psock_write_space() local
1058 struct sk_psock *psock; in sk_psock_strp_read() local
1110 struct sk_psock *psock; in sk_psock_strp_data_ready() local
1167 static void sk_psock_done_strp(struct sk_psock *psock) in sk_psock_done_strp()
1181 struct sk_psock *psock; in sk_psock_verdict_recv() local
[all …]
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()
180 struct sk_psock *psock = sk_psock(sk); in sock_map_unref() local
188 static int sock_map_init_proto(struct sock *sk, struct sk_psock *psock) in sock_map_init_proto()
198 struct sk_psock *psock; in sock_map_psock_get_checked() local
223 struct sk_psock *psock; in sock_map_link() local
472 struct sk_psock *psock; in sock_map_update_common() local
993 struct sk_psock *psock; in sock_hash_update_common() local
1625 struct sk_psock *psock; in sock_map_unhash() local
1647 struct sk_psock *psock; in sock_map_destroy() local
[all …]
/linux/net/kcm/
A Dkcmsock.c95 struct kcm_psock *psock) in kcm_update_rx_mux_stats()
107 struct kcm_psock *psock) in kcm_update_tx_mux_stats()
126 struct kcm_psock *psock; in kcm_rcv_ready() local
351 struct kcm_psock *psock; in psock_data_ready() local
417 struct kcm_psock *psock; in psock_write_space() local
446 struct kcm_psock *psock; in reserve_psock() local
526 struct kcm_psock *psock; in unreserve_psock() local
586 struct kcm_psock *psock; in kcm_write_msgs() local
1450 struct kcm_psock *psock; in kcm_unattach_ioctl() local
1598 struct kcm_psock *psock, *tmp_psock; in release_mux() local
[all …]
A Dkcmproc.c139 static void kcm_format_psock(struct kcm_psock *psock, struct seq_file *seq, in kcm_format_psock()
190 struct kcm_psock *psock; in kcm_format_mux() local
248 struct kcm_psock *psock; in kcm_stats_seq_show() local
/linux/include/linux/
A Dskmsg.h296 static inline void sk_psock_set_state(struct sk_psock *psock, in sk_psock_set_state()
302 static inline void sk_psock_clear_state(struct sk_psock *psock, in sk_psock_clear_state()
308 static inline bool sk_psock_test_state(const struct sk_psock *psock, in sk_psock_test_state()
320 static inline void sk_psock_queue_msg(struct sk_psock *psock, in sk_psock_queue_msg()
345 static inline struct sk_msg *sk_psock_peek_msg(struct sk_psock *psock) in sk_psock_peek_msg()
355 static inline struct sk_msg *sk_psock_next_msg(struct sk_psock *psock, in sk_psock_next_msg()
369 static inline bool sk_psock_queue_empty(const struct sk_psock *psock) in sk_psock_queue_empty()
433 static inline void sk_psock_cork_free(struct sk_psock *psock) in sk_psock_cork_free()
443 struct sk_psock *psock) in sk_psock_restore_proto()
451 struct sk_psock *psock; in sk_psock_get() local
[all …]
/linux/net/ipv4/
A Dtcp_bpf.c32 static int bpf_tcp_ingress(struct sock *sk, struct sk_psock *psock, in bpf_tcp_ingress()
164 struct sk_psock *psock = sk_psock_get(sk); in tcp_bpf_sendmsg_redir() local
178 static int tcp_msg_wait_data(struct sock *sk, struct sk_psock *psock, in tcp_msg_wait_data()
200 static bool is_next_msg_fin(struct sk_psock *psock) in is_next_msg_fin()
225 struct sk_psock *psock; in tcp_bpf_recvmsg_parser() local
335 struct sk_psock *psock; in tcp_bpf_recvmsg() local
382 static int tcp_bpf_send_verdict(struct sock *sk, struct sk_psock *psock, in tcp_bpf_send_verdict()
500 struct sk_psock *psock; in tcp_bpf_sendmsg() local
650 int tcp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in tcp_bpf_update_proto()
A Dudp_bpf.c29 static bool psock_has_data(struct sk_psock *psock) in psock_has_data()
38 static int udp_msg_wait_data(struct sock *sk, struct sk_psock *psock, in udp_msg_wait_data()
65 struct sk_psock *psock; in udp_bpf_recvmsg() local
141 int udp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in udp_bpf_update_proto()
/linux/net/vmw_vsock/
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() local
141 int vsock_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in vsock_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()
54 struct sk_psock *psock; in unix_bpf_recvmsg() local
147 int unix_dgram_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in unix_dgram_bpf_update_proto()
163 int unix_stream_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in unix_stream_bpf_update_proto()
/linux/drivers/pcmcia/
A Dtcic.c105 u_short psock; member
533 u_short psock; in tcic_interrupt() local
595 u_short psock = container_of(sock, struct tcic_socket, socket)->psock; in tcic_get_status() local
621 u_short psock = container_of(sock, struct tcic_socket, socket)->psock; in tcic_set_socket() local
696 u_short psock = container_of(sock, struct tcic_socket, socket)->psock; in tcic_set_io_map() local
733 u_short psock = container_of(sock, struct tcic_socket, socket)->psock; in tcic_set_mem_map() local
A Di82365.c149 u_short psock; member
662 static void __init add_socket(unsigned int port, int psock, int type) in add_socket()
/linux/net/tls/
A Dtls_sw.c849 struct sk_psock *psock; in bpf_exec_tx_verdict() local
1308 tls_rx_rec_wait(struct sock *sk, struct sk_psock *psock, bool nonblock, in tls_rx_rec_wait()
1960 struct sk_psock *psock; in tls_sw_recvmsg() local
2253 struct sk_psock *psock; in tls_sw_read_sock() local
2346 struct sk_psock *psock; in tls_sw_sock_is_readable() local
2430 struct sk_psock *psock; in tls_data_ready() local
A Dtls_main.c410 struct sk_psock *psock; in tls_sk_poll() local
/linux/tools/testing/selftests/bpf/prog_tests/
A Dlwt_redirect.c162 int psock = -1; in send_and_capture_test_packets() local

Completed in 43 milliseconds