/Linux-v5.10/net/core/ |
D | skmsg.c | 422 struct sk_psock *psock, in sk_psock_skb_ingress_enqueue() 454 static int sk_psock_skb_ingress(struct sk_psock *psock, struct sk_buff *skb) in sk_psock_skb_ingress() 483 static int sk_psock_skb_ingress_self(struct sk_psock *psock, struct sk_buff *skb) in sk_psock_skb_ingress_self() 494 static int sk_psock_handle_skb(struct sk_psock *psock, struct sk_buff *skb, in sk_psock_handle_skb() 507 struct sk_psock *psock = container_of(work, struct sk_psock, work); in sk_psock_backlog() local 560 struct sk_psock *psock; in sk_psock_init() local 608 struct sk_psock_link *sk_psock_link_pop(struct sk_psock *psock) in sk_psock_link_pop() 621 void __sk_psock_purge_ingress_msg(struct sk_psock *psock) in __sk_psock_purge_ingress_msg() 632 static void sk_psock_zap_ingress(struct sk_psock *psock) in sk_psock_zap_ingress() 638 static void sk_psock_link_destroy(struct sk_psock *psock) in sk_psock_link_destroy() [all …]
|
D | sock_map.c | 137 static void sock_map_add_link(struct sk_psock *psock, in sock_map_add_link() 149 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() 215 struct sk_psock *psock; in sock_map_psock_get_checked() local 237 struct sk_psock *psock; in sock_map_link() local 326 struct sk_psock *psock; in sock_map_link_no_progs() local 482 struct sk_psock *psock; in sock_map_update_common() local 998 struct sk_psock *psock; in sock_hash_update_common() local 1515 static void sock_map_remove_links(struct sock *sk, struct sk_psock *psock) in sock_map_remove_links() [all …]
|
/Linux-v5.10/net/kcm/ |
D | kcmsock.c | 53 static void kcm_abort_tx_psock(struct kcm_psock *psock, int err, in kcm_abort_tx_psock() 93 struct kcm_psock *psock) in kcm_update_rx_mux_stats() 105 struct kcm_psock *psock) in kcm_update_tx_mux_stats() 124 struct kcm_psock *psock; in kcm_rcv_ready() local 250 static struct kcm_sock *reserve_rx_kcm(struct kcm_psock *psock, in reserve_rx_kcm() 300 static void unreserve_rx_kcm(struct kcm_psock *psock, in unreserve_rx_kcm() 344 struct kcm_psock *psock; in psock_data_ready() local 358 struct kcm_psock *psock = container_of(strp, struct kcm_psock, strp); in kcm_rcv_strparser() local 379 struct kcm_psock *psock = container_of(strp, struct kcm_psock, strp); in kcm_parse_func_strparser() local 389 struct kcm_psock *psock = container_of(strp, struct kcm_psock, strp); in kcm_read_sock_done() local [all …]
|
D | kcmproc.c | 139 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-v5.10/net/ipv4/ |
D | tcp_bpf.c | 13 int __tcp_bpf_recvmsg(struct sock *sk, struct sk_psock *psock, in __tcp_bpf_recvmsg() 93 static int bpf_tcp_ingress(struct sock *sk, struct sk_psock *psock, in bpf_tcp_ingress() 218 struct sk_psock *psock = sk_psock_get(sk); in tcp_bpf_sendmsg_redir() local 235 struct sk_psock *psock; in tcp_bpf_stream_read() local 246 static int tcp_bpf_wait_data(struct sock *sk, struct sk_psock *psock, in tcp_bpf_wait_data() 271 struct sk_psock *psock; in tcp_bpf_recvmsg() local 314 static int tcp_bpf_send_verdict(struct sock *sk, struct sk_psock *psock, in tcp_bpf_send_verdict() 412 struct sk_psock *psock; in tcp_bpf_sendmsg() local 501 struct sk_psock *psock; in tcp_bpf_sendpage() local 604 struct proto *tcp_bpf_get_proto(struct sock *sk, struct sk_psock *psock) in tcp_bpf_get_proto()
|
D | udp_bpf.c | 44 struct proto *udp_bpf_get_proto(struct sock *sk, struct sk_psock *psock) in udp_bpf_get_proto()
|
/Linux-v5.10/include/linux/ |
D | skmsg.h | 136 static inline void sk_msg_apply_bytes(struct sk_psock *psock, u32 bytes) in sk_msg_apply_bytes() 287 static inline void sk_psock_queue_msg(struct sk_psock *psock, in sk_psock_queue_msg() 293 static inline bool sk_psock_queue_empty(const struct sk_psock *psock) in sk_psock_queue_empty() 298 static inline void sk_psock_report_error(struct sk_psock *psock, int err) in sk_psock_report_error() 332 static inline void sk_psock_cork_free(struct sk_psock *psock) in sk_psock_cork_free() 342 struct sk_psock *psock, in sk_psock_update_proto() 350 struct sk_psock *psock) in sk_psock_restore_proto() 362 static inline void sk_psock_set_state(struct sk_psock *psock, in sk_psock_set_state() 368 static inline void sk_psock_clear_state(struct sk_psock *psock, in sk_psock_clear_state() 374 static inline bool sk_psock_test_state(const struct sk_psock *psock, in sk_psock_test_state() [all …]
|
/Linux-v5.10/drivers/pcmcia/ |
D | tcic.c | 105 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
|
D | i82365.c | 149 u_short psock; member 662 static void __init add_socket(unsigned int port, int psock, int type) in add_socket()
|
/Linux-v5.10/net/tls/ |
D | tls_sw.c | 792 struct sk_psock *psock; in bpf_exec_tx_verdict() local 1284 static struct sk_buff *tls_wait_data(struct sock *sk, struct sk_psock *psock, in tls_wait_data() 1740 struct sk_psock *psock; in tls_sw_recvmsg() local 2035 struct sk_psock *psock; in tls_sw_stream_read() local 2126 struct sk_psock *psock; in tls_data_ready() local
|