/net/rds/ |
D | ib_send.c | 151 struct rds_ib_send_work *send, in rds_ib_send_unmap_op() argument 157 switch (send->s_wr.opcode) { in rds_ib_send_unmap_op() 159 if (send->s_op) { in rds_ib_send_unmap_op() 160 rm = container_of(send->s_op, struct rds_message, data); in rds_ib_send_unmap_op() 161 rds_ib_send_unmap_data(ic, send->s_op, wc_status); in rds_ib_send_unmap_op() 166 if (send->s_op) { in rds_ib_send_unmap_op() 167 rm = container_of(send->s_op, struct rds_message, rdma); in rds_ib_send_unmap_op() 168 rds_ib_send_unmap_rdma(ic, send->s_op, wc_status); in rds_ib_send_unmap_op() 173 if (send->s_op) { in rds_ib_send_unmap_op() 174 rm = container_of(send->s_op, struct rds_message, atomic); in rds_ib_send_unmap_op() [all …]
|
D | Makefile | 4 recv.o send.o stats.o sysctl.o threads.o transport.o \
|
/net/atm/ |
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()
|
D | Kconfig | 32 bool "Do NOT send ICMP if no neighbour"
|
D | signaling.c | 223 .send = sigd_send
|
D | pppoatm.c | 353 ret = ATM_SKB(skb)->vcc->send(ATM_SKB(skb)->vcc, skb) in pppoatm_send()
|
/net/ipv6/ |
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()
|
D | raw.c | 516 goto send; in rawv6_push_pending_frames() 580 send: in rawv6_push_pending_frames()
|
D | udp.c | 1286 goto send; in udp_v6_send_skb() 1290 goto send; in udp_v6_send_skb() 1300 send: in udp_v6_send_skb()
|
/net/tls/ |
D | tls_sw.c | 853 int err = 0, send; in bpf_exec_tx_verdict() local 882 send = msg->sg.size; in bpf_exec_tx_verdict() 883 if (msg->apply_bytes && msg->apply_bytes < send) in bpf_exec_tx_verdict() 884 send = msg->apply_bytes; in bpf_exec_tx_verdict() 900 if (msg->apply_bytes < send) in bpf_exec_tx_verdict() 903 msg->apply_bytes -= send; in bpf_exec_tx_verdict() 904 sk_msg_return_zero(sk, msg, send); in bpf_exec_tx_verdict() 905 msg->sg.size -= send; in bpf_exec_tx_verdict() 908 &msg_redir, send, flags); in bpf_exec_tx_verdict() 919 sk_msg_free_partial(sk, msg, send); in bpf_exec_tx_verdict() [all …]
|
/net/openvswitch/ |
D | vport-gre.c | 84 .send = dev_queue_xmit,
|
D | vport-geneve.c | 122 .send = dev_queue_xmit,
|
D | vport.h | 139 int (*send)(struct sk_buff *skb); member
|
D | vport-vxlan.c | 151 .send = dev_queue_xmit,
|
D | vport-netdev.c | 198 .send = dev_queue_xmit,
|
D | vport-internal_dev.c | 220 .send = internal_dev_recv,
|
D | vport.c | 575 vport->ops->send(skb); in ovs_vport_send()
|
/net/batman-adv/ |
D | Makefile | 27 batman-adv-y += send.o
|
D | soft-interface.c | 276 goto send; in batadv_interface_tx() 290 goto send; in batadv_interface_tx() 302 send: in batadv_interface_tx()
|
/net/mptcp/ |
D | Kconfig | 9 Multipath TCP (MPTCP) connections send and receive data over multiple
|
/net/bluetooth/bnep/ |
D | core.c | 432 goto send; in bnep_tx_frame() 460 send: in bnep_tx_frame()
|
/net/tipc/ |
D | socket.c | 1570 int send, sent = 0; in __tipc_sendstream() local 1593 send = min_t(size_t, dlen - sent, TIPC_MAX_USER_MSG_SIZE); in __tipc_sendstream() 1596 send <= maxnagle) { in __tipc_sendstream() 1597 rc = tipc_msg_append(hdr, m, send, maxnagle, txq); in __tipc_sendstream() 1604 sent += send; in __tipc_sendstream() 1620 rc = tipc_msg_build(hdr, m, sent, send, maxpkt, txq); in __tipc_sendstream() 1621 if (unlikely(rc != send)) in __tipc_sendstream() 1623 blocks += tsk_inc(tsk, send + MIN_H_SIZE); in __tipc_sendstream() 1635 sent += send; in __tipc_sendstream()
|
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/ |
D | Kconfig | 31 To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW.
|
/net/nfc/nci/ |
D | uart.c | 378 nu->ops.send = nci_uart_send; in nci_uart_register()
|