Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 44) sorted by relevance

12

/net/rds/
A Dib_send.c159 if (send->s_op) { in rds_ib_send_unmap_op()
166 if (send->s_op) { in rds_ib_send_unmap_op()
201 send->s_wr.sg_list = send->s_sge; in rds_ib_send_init_ring()
220 if (send->s_op && send->s_wr.opcode != 0xdead) in rds_ib_send_clear_ring()
620 first = send; in rds_ib_xmit()
683 &send->s_wr, send->s_wr.num_sge, send->s_wr.next); in rds_ib_xmit()
701 prev = send; in rds_ib_xmit()
825 send->s_sge[0].addr, send->s_sge[0].length); in rds_ib_xmit_atomic()
833 send, &send->s_atomic_wr, ret, failed_wr); in rds_ib_xmit_atomic()
911 first = send; in rds_ib_xmit_rdma()
[all …]
A DMakefile4 recv.o send.o stats.o sysctl.o threads.o transport.o \
/net/atm/
A Draw.c59 return vcc->dev->ops->send(vcc, skb); in atm_send_aal0()
67 vcc->send = atm_send_aal0; in atm_init_aal0()
77 vcc->send = vcc->dev->ops->send_bh; in atm_init_aal34()
79 vcc->send = vcc->dev->ops->send; in atm_init_aal34()
89 vcc->send = vcc->dev->ops->send_bh; in atm_init_aal5()
91 vcc->send = vcc->dev->ops->send; in atm_init_aal5()
A DKconfig32 bool "Do NOT send ICMP if no neighbour"
A Dsignaling.c223 .send = sigd_send
A Dclip.c406 vcc->send(vcc, skb); in clip_start_xmit()
644 .send = atmarpd_send
/net/ipv6/
A Dip6_icmp.c39 ip6_icmp_send_t *send; in __icmpv6_send() local
42 send = rcu_dereference(ip6_icmp_send); in __icmpv6_send()
43 if (send) in __icmpv6_send()
44 send(skb, type, code, info, NULL, parm); in __icmpv6_send()
A Dtcp_ao.c66 __be32 disn, bool send) in tcp_v6_ao_calc_key_sk() argument
68 if (send) in tcp_v6_ao_calc_key_sk()
/net/tls/
A Dtls_sw.c853 int err = 0, send; in bpf_exec_tx_verdict() local
895 send = msg->sg.size; in bpf_exec_tx_verdict()
897 send = msg->apply_bytes; in bpf_exec_tx_verdict()
913 if (msg->apply_bytes < send) in bpf_exec_tx_verdict()
916 msg->apply_bytes -= send; in bpf_exec_tx_verdict()
917 sk_msg_return_zero(sk, msg, send); in bpf_exec_tx_verdict()
918 msg->sg.size -= send; in bpf_exec_tx_verdict()
921 &msg_redir, send, flags); in bpf_exec_tx_verdict()
940 if (msg->apply_bytes < send) in bpf_exec_tx_verdict()
943 msg->apply_bytes -= send; in bpf_exec_tx_verdict()
[all …]
/net/xfrm/
A DKconfig144 non-constant send rate) IP-TFS to take advantage of the
149 control is unimplementated as the send rate is demand driven
/net/9p/
A Dtrans_usbg.c51 struct completion send; member
175 complete(&usb9pfs->send); in usb9pfs_tx_complete()
475 ret = wait_for_completion_killable(&usb9pfs->send); in p9_usbg_request()
753 init_completion(&usb9pfs->send); in usb9pfs_alloc()
/net/openvswitch/
A Dvport-gre.c84 .send = dev_queue_xmit,
A Dvport-geneve.c122 .send = dev_queue_xmit,
A Dvport.h143 int (*send)(struct sk_buff *skb); member
A Dvport-vxlan.c151 .send = dev_queue_xmit,
A Dvport-netdev.c205 .send = dev_queue_xmit,
A Dvport-internal_dev.c212 .send = internal_dev_recv,
/net/batman-adv/
A DMakefile29 batman-adv-y += send.o
A Dmesh-interface.c263 goto send; in batadv_interface_tx()
277 goto send; in batadv_interface_tx()
289 send: in batadv_interface_tx()
/net/mptcp/
A DKconfig9 Multipath TCP (MPTCP) connections send and receive data over multiple
/net/bluetooth/bnep/
A Dcore.c432 goto send; in bnep_tx_frame()
460 send: in bnep_tx_frame()
/net/tipc/
A Dsocket.c1565 int send, sent = 0; in __tipc_sendstream() local
1588 send = min_t(size_t, dlen - sent, TIPC_MAX_USER_MSG_SIZE); in __tipc_sendstream()
1591 send <= maxnagle) { in __tipc_sendstream()
1592 rc = tipc_msg_append(hdr, m, send, maxnagle, txq); in __tipc_sendstream()
1599 sent += send; in __tipc_sendstream()
1615 rc = tipc_msg_build(hdr, m, sent, send, maxpkt, txq); in __tipc_sendstream()
1616 if (unlikely(rc != send)) in __tipc_sendstream()
1618 blocks += tsk_inc(tsk, send + MIN_H_SIZE); in __tipc_sendstream()
1630 sent += send; in __tipc_sendstream()
A Dnetlink_compat.c1311 goto send; in tipc_nl_compat_recv()
1318 goto send; in tipc_nl_compat_recv()
1326 send: in tipc_nl_compat_recv()
/net/can/
A DKconfig31 To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW.
/net/nfc/nci/
A Duart.c378 nu->ops.send = nci_uart_send; in nci_uart_register()

Completed in 41 milliseconds

12