| /net/rds/ |
| A D | ib_send.c | 159 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 D | Makefile | 4 recv.o send.o stats.o sysctl.o threads.o transport.o \
|
| /net/atm/ |
| A D | raw.c | 59 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 D | Kconfig | 32 bool "Do NOT send ICMP if no neighbour"
|
| A D | signaling.c | 223 .send = sigd_send
|
| A D | clip.c | 406 vcc->send(vcc, skb); in clip_start_xmit() 644 .send = atmarpd_send
|
| /net/ipv6/ |
| A D | ip6_icmp.c | 39 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 D | tcp_ao.c | 66 __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 D | tls_sw.c | 853 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 D | Kconfig | 144 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 D | trans_usbg.c | 51 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 D | vport-gre.c | 84 .send = dev_queue_xmit,
|
| A D | vport-geneve.c | 122 .send = dev_queue_xmit,
|
| A D | vport.h | 143 int (*send)(struct sk_buff *skb); member
|
| A D | vport-vxlan.c | 151 .send = dev_queue_xmit,
|
| A D | vport-netdev.c | 205 .send = dev_queue_xmit,
|
| A D | vport-internal_dev.c | 212 .send = internal_dev_recv,
|
| /net/batman-adv/ |
| A D | Makefile | 29 batman-adv-y += send.o
|
| A D | mesh-interface.c | 263 goto send; in batadv_interface_tx() 277 goto send; in batadv_interface_tx() 289 send: in batadv_interface_tx()
|
| /net/mptcp/ |
| A D | Kconfig | 9 Multipath TCP (MPTCP) connections send and receive data over multiple
|
| /net/bluetooth/bnep/ |
| A D | core.c | 432 goto send; in bnep_tx_frame() 460 send: in bnep_tx_frame()
|
| /net/tipc/ |
| A D | socket.c | 1565 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 D | netlink_compat.c | 1311 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 D | Kconfig | 31 To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW.
|
| /net/nfc/nci/ |
| A D | uart.c | 378 nu->ops.send = nci_uart_send; in nci_uart_register()
|