/openbmc/linux/net/strparser/ |
H A D | strparser.c | 65 read_descriptor_t *desc) in strp_parser_err() 89 static int __strp_recv(read_descriptor_t *desc, struct sk_buff *orig_skb, in __strp_recv() 321 read_descriptor_t desc; /* Dummy arg to strp_recv */ in strp_process() 330 static int strp_recv(read_descriptor_t *desc, struct sk_buff *orig_skb, in strp_recv() 348 read_descriptor_t desc; in strp_read_sock()
|
/openbmc/linux/include/linux/ |
H A D | net.h | 148 } read_descriptor_t; typedef 156 typedef int (*sk_read_actor_t)(read_descriptor_t *, struct sk_buff *, 219 int (*read_sock)(struct sock *sk, read_descriptor_t *desc,
|
/openbmc/linux/net/rds/ |
H A D | tcp_recv.c | 155 static int rds_tcp_data_recv(read_descriptor_t *desc, struct sk_buff *skb, in rds_tcp_data_recv() 267 read_descriptor_t desc; in rds_tcp_read_sock()
|
/openbmc/linux/include/net/ |
H A D | strparser.h | 46 int (*read_sock)(struct strparser *strp, read_descriptor_t *desc,
|
H A D | tcp.h | 691 int tcp_read_sock(struct sock *sk, read_descriptor_t *desc, 693 int tcp_read_sock_noack(struct sock *sk, read_descriptor_t *desc, 2412 int tcp_bpf_strp_read_sock(struct strparser *strp, read_descriptor_t *desc,
|
/openbmc/linux/net/tls/ |
H A D | tls_strp.c | 335 static int tls_strp_copyin(read_descriptor_t *desc, struct sk_buff *in_skb, in tls_strp_copyin() 372 read_descriptor_t desc; in tls_strp_read_copyin()
|
H A D | tls.h | 163 int tls_sw_read_sock(struct sock *sk, read_descriptor_t *desc,
|
H A D | tls_sw.c | 2246 int tls_sw_read_sock(struct sock *sk, read_descriptor_t *desc, in tls_sw_read_sock()
|
/openbmc/linux/drivers/scsi/ |
H A D | iscsi_tcp.c | 85 static int iscsi_sw_tcp_recv(read_descriptor_t *rd_desc, struct sk_buff *skb, in iscsi_sw_tcp_recv() 135 read_descriptor_t rd_desc; in iscsi_sw_tcp_recv_data()
|
/openbmc/linux/drivers/infiniband/sw/siw/ |
H A D | siw.h | 550 int siw_tcp_rx_data(read_descriptor_t *rd_desc, struct sk_buff *skb,
|
H A D | siw_qp.c | 109 read_descriptor_t rd_desc = { .arg.data = qp, .count = 1 }; in siw_qp_llp_data_ready()
|
H A D | siw_qp_rx.c | 1356 int siw_tcp_rx_data(read_descriptor_t *rd_desc, struct sk_buff *skb, in siw_tcp_rx_data()
|
H A D | siw_cm.c | 111 read_descriptor_t rd_desc; in siw_rtr_data_ready()
|
/openbmc/linux/Documentation/networking/ |
H A D | strparser.rst | 187 int (*read_sock)(struct strparser *strp, read_descriptor_t *desc,
|
/openbmc/linux/net/ipv4/ |
H A D | tcp.c | 740 static int tcp_splice_data_recv(read_descriptor_t *rd_desc, struct sk_buff *skb, in tcp_splice_data_recv() 756 read_descriptor_t rd_desc = { in __tcp_splice_read() 1556 static int __tcp_read_sock(struct sock *sk, read_descriptor_t *desc, in __tcp_read_sock() 1634 int tcp_read_sock(struct sock *sk, read_descriptor_t *desc, in tcp_read_sock() 1642 int tcp_read_sock_noack(struct sock *sk, read_descriptor_t *desc, in tcp_read_sock_noack()
|
H A D | tcp_bpf.c | 650 int tcp_bpf_strp_read_sock(struct strparser *strp, read_descriptor_t *desc, in tcp_bpf_strp_read_sock()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | tcp.c | 884 static int nvme_tcp_recv_skb(read_descriptor_t *desc, struct sk_buff *skb, in nvme_tcp_recv_skb() 1218 read_descriptor_t rd_desc; in nvme_tcp_try_recv()
|