Home
last modified time | relevance | path

Searched refs:recv (Results 1 – 10 of 10) sorted by relevance

/net/rds/
Dib_recv.c50 struct rds_ib_recv_work *recv; in rds_ib_recv_init_ring() local
53 for (i = 0, recv = ic->i_recvs; i < ic->i_recv_ring.w_nr; i++, recv++) { in rds_ib_recv_init_ring()
56 recv->r_ibinc = NULL; in rds_ib_recv_init_ring()
57 recv->r_frag = NULL; in rds_ib_recv_init_ring()
59 recv->r_wr.next = NULL; in rds_ib_recv_init_ring()
60 recv->r_wr.wr_id = i; in rds_ib_recv_init_ring()
61 recv->r_wr.sg_list = recv->r_sge; in rds_ib_recv_init_ring()
62 recv->r_wr.num_sge = RDS_IB_RECV_SGE; in rds_ib_recv_init_ring()
64 sge = &recv->r_sge[0]; in rds_ib_recv_init_ring()
69 sge = &recv->r_sge[1]; in rds_ib_recv_init_ring()
[all …]
DMakefile4 recv.o send.o stats.o sysctl.o threads.o transport.o \
/net/sunrpc/
Dxprtsock.c530 if (!transport->recv.copied) { in xs_read_header()
531 if (buf->head[0].iov_len >= transport->recv.offset) in xs_read_header()
533 &transport->recv.xid, in xs_read_header()
534 transport->recv.offset); in xs_read_header()
535 transport->recv.copied = transport->recv.offset; in xs_read_header()
542 return transport->recv.fraghdr & cpu_to_be32(RPC_LAST_STREAM_FRAGMENT); in xs_read_stream_request_done()
563 want = transport->recv.len - transport->recv.offset; in xs_read_stream_request()
566 transport->recv.copied + want, in xs_read_stream_request()
567 transport->recv.copied, in xs_read_stream_request()
569 transport->recv.offset += read; in xs_read_stream_request()
[all …]
/net/nfc/nci/
Duart.c276 if (nu->ops.recv(nu, nu->rx_skb) != 0) in nci_uart_default_recv_buf()
374 !nu->ops.recv || !nu->ops.close) in nci_uart_register()
/net/
Dcompat.c393 COMPAT_SYSCALL_DEFINE4(recv, int, fd, void __user *, buf, compat_size_t, len, unsigned int, flags) in COMPAT_SYSCALL_DEFINE4() argument
Dsocket.c2276 SYSCALL_DEFINE4(recv, int, fd, void __user *, ubuf, size_t, size, in SYSCALL_DEFINE4() argument
/net/bluetooth/
D6lowpan.c869 .recv = chan_recv_cb,
Dl2cap_core.c2932 if (chan->ops->recv(chan, nskb)) in l2cap_raw_recv()
5646 err = chan->ops->recv(chan, skb); in l2cap_reassemble_sdu()
5699 err = chan->ops->recv(chan, chan->sdu); in l2cap_reassemble_sdu()
6564 err = chan->ops->recv(chan, skb); in l2cap_ecred_recv()
6727 if (!chan->ops->recv(chan, skb)) in l2cap_data_channel()
6777 if (!chan->ops->recv(chan, skb)) { in l2cap_conless_channel()
Dl2cap_sock.c1759 .recv = l2cap_sock_recv_cb,
Dsmp.c3230 .recv = smp_recv_cb,
3281 .recv = l2cap_chan_no_recv,