Home
last modified time | relevance | path

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

/linux-6.1.9/net/core/
Dskmsg.c411 int sk_msg_recvmsg(struct sock *sk, struct sk_psock *psock, struct msghdr *msg, in sk_msg_recvmsg()
491 struct sk_psock *psock; in sk_msg_is_readable() local
528 struct sk_psock *psock, in sk_psock_skb_ingress_enqueue()
563 static int sk_psock_skb_ingress(struct sk_psock *psock, struct sk_buff *skb, in sk_psock_skb_ingress()
597 static int sk_psock_skb_ingress_self(struct sk_psock *psock, struct sk_buff *skb, in sk_psock_skb_ingress_self()
613 static int sk_psock_handle_skb(struct sk_psock *psock, struct sk_buff *skb, in sk_psock_handle_skb()
624 static void sk_psock_skb_state(struct sk_psock *psock, in sk_psock_skb_state()
642 struct sk_psock *psock = container_of(work, struct sk_psock, work); in sk_psock_backlog() local
703 struct sk_psock *psock; in sk_psock_init() local
756 struct sk_psock_link *sk_psock_link_pop(struct sk_psock *psock) in sk_psock_link_pop()
[all …]
Dsock_map.c132 static void sock_map_add_link(struct sk_psock *psock, in sock_map_add_link()
144 struct sk_psock *psock, void *link_raw) in sock_map_del_link()
181 struct sk_psock *psock = sk_psock(sk); in sock_map_unref() local
189 static int sock_map_init_proto(struct sock *sk, struct sk_psock *psock) in sock_map_init_proto()
199 struct sk_psock *psock; in sock_map_psock_get_checked() local
224 struct sk_psock *psock; in sock_map_link() local
473 struct sk_psock *psock; in sock_map_update_common() local
977 struct sk_psock *psock; in sock_hash_update_common() local
1553 static void sock_map_remove_links(struct sock *sk, struct sk_psock *psock) in sock_map_remove_links()
1566 struct sk_psock *psock; in sock_map_unhash() local
[all …]
/linux-6.1.9/net/kcm/
Dkcmsock.c54 static void kcm_abort_tx_psock(struct kcm_psock *psock, int err, in kcm_abort_tx_psock()
94 struct kcm_psock *psock) in kcm_update_rx_mux_stats()
106 struct kcm_psock *psock) in kcm_update_tx_mux_stats()
125 struct kcm_psock *psock; in kcm_rcv_ready() local
253 static struct kcm_sock *reserve_rx_kcm(struct kcm_psock *psock, in reserve_rx_kcm()
305 static void unreserve_rx_kcm(struct kcm_psock *psock, in unreserve_rx_kcm()
350 struct kcm_psock *psock; in psock_data_ready() local
364 struct kcm_psock *psock = container_of(strp, struct kcm_psock, strp); in kcm_rcv_strparser() local
385 struct kcm_psock *psock = container_of(strp, struct kcm_psock, strp); in kcm_parse_func_strparser() local
395 struct kcm_psock *psock = container_of(strp, struct kcm_psock, strp); in kcm_read_sock_done() local
[all …]
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-6.1.9/include/linux/
Dskmsg.h139 static inline void sk_msg_apply_bytes(struct sk_psock *psock, u32 bytes) in sk_msg_apply_bytes()
286 static inline void sk_psock_set_state(struct sk_psock *psock, in sk_psock_set_state()
292 static inline void sk_psock_clear_state(struct sk_psock *psock, in sk_psock_clear_state()
298 static inline bool sk_psock_test_state(const struct sk_psock *psock, in sk_psock_test_state()
310 static inline void sk_psock_queue_msg(struct sk_psock *psock, in sk_psock_queue_msg()
323 static inline struct sk_msg *sk_psock_dequeue_msg(struct sk_psock *psock) in sk_psock_dequeue_msg()
335 static inline struct sk_msg *sk_psock_peek_msg(struct sk_psock *psock) in sk_psock_peek_msg()
345 static inline struct sk_msg *sk_psock_next_msg(struct sk_psock *psock, in sk_psock_next_msg()
359 static inline bool sk_psock_queue_empty(const struct sk_psock *psock) in sk_psock_queue_empty()
371 static inline void sk_psock_report_error(struct sk_psock *psock, int err) in sk_psock_report_error()
[all …]
/linux-6.1.9/net/ipv4/
Dtcp_bpf.c13 static int bpf_tcp_ingress(struct sock *sk, struct sk_psock *psock, in bpf_tcp_ingress()
140 struct sk_psock *psock = sk_psock_get(sk); in tcp_bpf_sendmsg_redir() local
154 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() local
240 struct sk_psock *psock; in tcp_bpf_recvmsg() local
278 static int tcp_bpf_send_verdict(struct sock *sk, struct sk_psock *psock, in tcp_bpf_send_verdict()
396 struct sk_psock *psock; in tcp_bpf_sendmsg() local
485 struct sk_psock *psock; in tcp_bpf_sendpage() local
596 int tcp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in tcp_bpf_update_proto()
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
138 int udp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in udp_bpf_update_proto()
/linux-6.1.9/net/unix/
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
141 int unix_dgram_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in unix_dgram_bpf_update_proto()
157 int unix_stream_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in unix_stream_bpf_update_proto()
/linux-6.1.9/drivers/pcmcia/
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
Di82365.c149 u_short psock; member
662 static void __init add_socket(unsigned int port, int psock, int type) in add_socket()
/linux-6.1.9/net/tls/
Dtls_sw.c792 struct sk_psock *psock; in bpf_exec_tx_verdict() local
1287 tls_rx_rec_wait(struct sock *sk, struct sk_psock *psock, bool nonblock, in tls_rx_rec_wait()
1912 struct sk_psock *psock; in tls_sw_recvmsg() local
2201 struct sk_psock *psock; in tls_sw_sock_is_readable() local
2285 struct sk_psock *psock; in tls_data_ready() local