Searched refs:recv (Results 1 – 11 of 11) sorted by relevance
/net/rds/ |
D | ib_recv.c | 49 struct rds_ib_recv_work *recv; in rds_ib_recv_init_ring() local 52 for (i = 0, recv = ic->i_recvs; i < ic->i_recv_ring.w_nr; i++, recv++) { in rds_ib_recv_init_ring() 55 recv->r_ibinc = NULL; in rds_ib_recv_init_ring() 56 recv->r_frag = NULL; in rds_ib_recv_init_ring() 58 recv->r_wr.next = NULL; in rds_ib_recv_init_ring() 59 recv->r_wr.wr_id = i; in rds_ib_recv_init_ring() 60 recv->r_wr.sg_list = recv->r_sge; in rds_ib_recv_init_ring() 61 recv->r_wr.num_sge = RDS_IB_RECV_SGE; in rds_ib_recv_init_ring() 63 sge = &recv->r_sge[0]; in rds_ib_recv_init_ring() 68 sge = &recv->r_sge[1]; in rds_ib_recv_init_ring() [all …]
|
D | Makefile | 4 recv.o send.o stats.o sysctl.o threads.o transport.o \
|
/net/sunrpc/ |
D | xprtsock.c | 470 if (!transport->recv.copied) { in xs_read_header() 471 if (buf->head[0].iov_len >= transport->recv.offset) in xs_read_header() 473 &transport->recv.xid, in xs_read_header() 474 transport->recv.offset); in xs_read_header() 475 transport->recv.copied = transport->recv.offset; in xs_read_header() 482 return transport->recv.fraghdr & cpu_to_be32(RPC_LAST_STREAM_FRAGMENT); in xs_read_stream_request_done() 503 want = transport->recv.len - transport->recv.offset; in xs_read_stream_request() 506 transport->recv.copied + want, in xs_read_stream_request() 507 transport->recv.copied, in xs_read_stream_request() 509 transport->recv.offset += read; in xs_read_stream_request() [all …]
|
/net/nfc/nci/ |
D | uart.c | 379 if (nu->ops.recv(nu, nu->rx_skb) != 0) in nci_uart_default_recv_buf() 398 !nu->ops.recv || !nu->ops.close) in nci_uart_register() 407 if (!nu->ops.recv) in nci_uart_register() 408 nu->ops.recv = nci_uart_default_recv; in nci_uart_register()
|
/net/ |
D | compat.c | 689 COMPAT_SYSCALL_DEFINE4(recv, int, fd, void __user *, buf, compat_size_t, len, unsigned int, flags) in COMPAT_SYSCALL_DEFINE4() argument
|
D | socket.c | 2035 SYSCALL_DEFINE4(recv, int, fd, void __user *, ubuf, size_t, size, in SYSCALL_DEFINE4() argument
|
/net/bluetooth/ |
D | a2mp.c | 736 .recv = a2mp_chan_recv_cb,
|
D | l2cap_core.c | 2914 if (chan->ops->recv(chan, nskb)) in l2cap_raw_recv() 5914 err = chan->ops->recv(chan, skb); in l2cap_reassemble_sdu() 5967 err = chan->ops->recv(chan, chan->sdu); in l2cap_reassemble_sdu() 6792 err = chan->ops->recv(chan, skb); in l2cap_le_recv() 6957 if (!chan->ops->recv(chan, skb)) in l2cap_data_channel() 7004 if (!chan->ops->recv(chan, skb)) { in l2cap_conless_channel()
|
D | 6lowpan.c | 890 .recv = chan_recv_cb,
|
D | l2cap_sock.c | 1473 .recv = l2cap_sock_recv_cb,
|
D | smp.c | 3152 .recv = smp_recv_cb, 3203 .recv = l2cap_chan_no_recv,
|