Searched refs:send (Results 1 – 25 of 39) sorted by relevance
12
/net/rds/ |
D | ib_send.c | 155 struct rds_ib_send_work *send, in rds_ib_send_unmap_op() argument 161 switch (send->s_wr.opcode) { in rds_ib_send_unmap_op() 163 if (send->s_op) { in rds_ib_send_unmap_op() 164 rm = container_of(send->s_op, struct rds_message, data); in rds_ib_send_unmap_op() 165 rds_ib_send_unmap_data(ic, send->s_op, wc_status); in rds_ib_send_unmap_op() 170 if (send->s_op) { in rds_ib_send_unmap_op() 171 rm = container_of(send->s_op, struct rds_message, rdma); in rds_ib_send_unmap_op() 172 rds_ib_send_unmap_rdma(ic, send->s_op, wc_status); in rds_ib_send_unmap_op() 177 if (send->s_op) { in rds_ib_send_unmap_op() 178 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 | 57 return vcc->dev->ops->send(vcc, skb); in atm_send_aal0() 65 vcc->send = atm_send_aal0; in atm_init_aal0() 74 vcc->send = vcc->dev->ops->send; in atm_init_aal34() 83 vcc->send = vcc->dev->ops->send; in atm_init_aal5()
|
D | Kconfig | 31 bool "Do NOT send ICMP if no neighbour"
|
D | signaling.c | 223 .send = sigd_send
|
D | pppoatm.c | 356 ret = ATM_SKB(skb)->vcc->send(ATM_SKB(skb)->vcc, skb) in pppoatm_send()
|
/net/ipv6/ |
D | ip6_icmp.c | 36 ip6_icmp_send_t *send; in icmpv6_send() local 39 send = rcu_dereference(ip6_icmp_send); in icmpv6_send() 41 if (!send) in icmpv6_send() 43 send(skb, type, code, info, NULL); in icmpv6_send()
|
D | udp.c | 1067 goto send; in udp_v6_send_skb() 1070 goto send; in udp_v6_send_skb() 1080 send: in udp_v6_send_skb()
|
D | raw.c | 556 goto send; in rawv6_push_pending_frames() 617 send: in rawv6_push_pending_frames()
|
/net/decnet/ |
D | TODO | 19 o Using send/recvmsg() to get at connect/disconnect data (POSIX 1003.1g) 21 send/recvmsg() calls should simply be a vector of set/getsockopt()
|
/net/openvswitch/ |
D | vport-gre.c | 97 .send = dev_queue_xmit,
|
D | vport.h | 144 netdev_tx_t (*send) (struct sk_buff *skb); member
|
D | vport-geneve.c | 126 .send = dev_queue_xmit,
|
D | vport-vxlan.c | 164 .send = dev_queue_xmit,
|
D | vport-netdev.c | 213 .send = dev_queue_xmit,
|
D | vport-internal_dev.c | 279 .send = internal_dev_recv,
|
D | vport.c | 517 vport->ops->send(skb); in ovs_vport_send()
|
/net/batman-adv/ |
D | Makefile | 42 batman-adv-y += send.o
|
D | soft-interface.c | 272 goto send; in batadv_interface_tx() 286 goto send; in batadv_interface_tx() 298 send: in batadv_interface_tx()
|
/net/can/ |
D | Kconfig | 29 To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW.
|
/net/bluetooth/bnep/ |
D | core.c | 431 goto send; in bnep_tx_frame() 459 send: in bnep_tx_frame()
|
/net/tipc/ |
D | socket.c | 1055 int send, sent = 0; in __tipc_sendstream() local 1081 send = min_t(size_t, dlen - sent, TIPC_MAX_USER_MSG_SIZE); in __tipc_sendstream() 1082 rc = tipc_msg_build(hdr, m, sent, send, tsk->max_pkt, &pkts); in __tipc_sendstream() 1083 if (unlikely(rc != send)) in __tipc_sendstream() 1092 tsk->snt_unacked += tsk_inc(tsk, send + MIN_H_SIZE); in __tipc_sendstream() 1093 sent += send; in __tipc_sendstream()
|
D | netlink_compat.c | 1277 goto send; in tipc_nl_compat_recv() 1284 goto send; in tipc_nl_compat_recv() 1292 send: in tipc_nl_compat_recv()
|
/net/nfc/nci/ |
D | uart.c | 404 nu->ops.send = nci_uart_send; in nci_uart_register()
|
/net/ |
D | Kconfig | 39 This option makes it possible to send different netlink messages 143 of the computers on your local network wants to send something to
|
12