/net/x25/ |
D | x25_out.c | 57 int sent=0, noblock = X25_SKB_CB(skb)->flags & MSG_DONTWAIT; in x25_output() local 78 return sent; in x25_output() 82 "sent\n", err, sent); in x25_output() 106 sent += len; in x25_output() 112 sent = skb->len - header_len; in x25_output() 114 return sent; in x25_output()
|
/net/bluetooth/ |
D | hci_event.c | 158 void *sent; in hci_cc_write_link_policy() local 165 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_LINK_POLICY); in hci_cc_write_link_policy() 166 if (!sent) in hci_cc_write_link_policy() 173 conn->link_policy = get_unaligned_le16(sent + 2); in hci_cc_write_link_policy() 195 void *sent; in hci_cc_write_def_link_policy() local 202 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_DEF_LINK_POLICY); in hci_cc_write_def_link_policy() 203 if (!sent) in hci_cc_write_def_link_policy() 206 hdev->link_policy = get_unaligned_le16(sent); in hci_cc_write_def_link_policy() 245 struct hci_cp_read_stored_link_key *sent; in hci_cc_read_stored_link_key() local 249 sent = hci_sent_cmd_data(hdev, HCI_OP_READ_STORED_LINK_KEY); in hci_cc_read_stored_link_key() [all …]
|
D | hci_core.c | 2658 struct hci_command_hdr *sent = (void *) hdev->sent_cmd->data; in hci_cmd_timeout() local 2659 u16 opcode = __le16_to_cpu(sent->opcode); in hci_cmd_timeout() 3867 if (c->sent < min) { in hci_low_sent() 3868 min = c->sent; in hci_low_sent() 3917 if (c->type == type && c->sent) { in hci_link_tx_to() 3969 if (conn->sent < min) { in hci_chan_sent() 3970 min = conn->sent; in hci_chan_sent() 4033 if (chan->sent) { in hci_prio_recalculate() 4034 chan->sent = 0; in hci_prio_recalculate() 4105 chan->sent++; in hci_sched_acl_pkt() [all …]
|
D | hci_conn.c | 581 hdev->acl_cnt += conn->sent; in hci_conn_del() 586 hdev->le_cnt += conn->sent; in hci_conn_del() 588 hdev->acl_cnt += conn->sent; in hci_conn_del()
|
D | l2cap_core.c | 1901 int sent = 0; in l2cap_ertm_send() local 1950 sent++; in l2cap_ertm_send() 1961 BT_DBG("Sent %d, %u unacked, %u in ERTM queue", sent, in l2cap_ertm_send() 1964 return sent; in l2cap_ertm_send() 2147 int sent = 0; in l2cap_skbuff_fromiovec() local 2152 sent += count; in l2cap_skbuff_fromiovec() 2173 sent += count; in l2cap_skbuff_fromiovec() 2182 return sent; in l2cap_skbuff_fromiovec()
|
/net/vmw_vsock/ |
D | vmci_transport_notify.c | 129 bool sent; in vmci_transport_handle_waiting_read() local 132 sent = vmci_transport_send_wrote_bh(dst, src) > 0; in vmci_transport_handle_waiting_read() 134 sent = vmci_transport_send_wrote(sk) > 0; in vmci_transport_handle_waiting_read() 136 if (sent) in vmci_transport_handle_waiting_read() 159 bool sent; in vmci_transport_handle_waiting_write() local 162 sent = vmci_transport_send_read_bh(dst, src) > 0; in vmci_transport_handle_waiting_write() 164 sent = vmci_transport_send_read(sk) > 0; in vmci_transport_handle_waiting_write() 166 if (sent) in vmci_transport_handle_waiting_write()
|
/net/bluetooth/rfcomm/ |
D | sock.c | 562 int sent; in rfcomm_sock_sendmsg() local 577 sent = bt_sock_wait_ready(sk, msg->msg_flags); in rfcomm_sock_sendmsg() 578 if (sent) in rfcomm_sock_sendmsg() 588 if (sent == 0) in rfcomm_sock_sendmsg() 589 sent = err; in rfcomm_sock_sendmsg() 597 if (sent == 0) in rfcomm_sock_sendmsg() 598 sent = err; in rfcomm_sock_sendmsg() 607 if (sent == 0) in rfcomm_sock_sendmsg() 608 sent = err; in rfcomm_sock_sendmsg() 612 sent += size; in rfcomm_sock_sendmsg() [all …]
|
D | tty.c | 786 int sent = 0, size; in rfcomm_tty_write() local 799 memcpy(skb_put(skb, size), buf + sent, size); in rfcomm_tty_write() 803 sent += size; in rfcomm_tty_write() 807 return sent; in rfcomm_tty_write()
|
/net/sctp/ |
D | chunk.c | 118 int sent; in sctp_datamsg_destroy() local 120 sent = SCTP_DATA_SENT; in sctp_datamsg_destroy() 122 sent = SCTP_DATA_UNSENT; in sctp_datamsg_destroy() 124 ev = sctp_ulpevent_make_send_failed(asoc, chunk, sent, in sctp_datamsg_destroy()
|
/net/rds/ |
D | iw_send.c | 505 int sent; in rds_iw_xmit() local 620 sent = 0; in rds_iw_xmit() 684 sent += len; in rds_iw_xmit() 725 sent += sizeof(struct rds_header); in rds_iw_xmit() 758 ret = sent; in rds_iw_xmit() 801 int sent; in rds_iw_xmit_rdma() local 856 sent = 0; in rds_iw_xmit_rdma() 909 sent += len; in rds_iw_xmit_rdma() 910 rdsdebug("ic %p sent %d remote_addr %llu\n", ic, sent, remote_addr); in rds_iw_xmit_rdma()
|
D | ib_send.c | 863 int sent; in rds_ib_xmit_rdma() local 901 sent = 0; in rds_ib_xmit_rdma() 935 sent += len; in rds_ib_xmit_rdma() 936 rdsdebug("ic %p sent %d remote_addr %llu\n", ic, sent, remote_addr); in rds_ib_xmit_rdma()
|
/net/sunrpc/ |
D | xprtsock.c | 396 int sent = 0; in xs_sendpages() local 420 err = xs_send_pagedata(sock, xdr, base, remainder != 0, zerocopy, &sent); in xs_sendpages() 421 *sent_p += sent; in xs_sendpages() 422 if (remainder == 0 || sent != len) in xs_sendpages() 519 int sent = 0; in xs_local_send_request() local 527 true, &sent); in xs_local_send_request() 534 if (likely(sent > 0) || status == 0) { in xs_local_send_request() 535 req->rq_bytes_sent += sent; in xs_local_send_request() 536 req->rq_xmit_bytes_sent += sent; in xs_local_send_request() 578 int sent = 0; in xs_udp_send_request() local [all …]
|
D | svcsock.c | 1215 int sent; in svc_tcp_sendto() local 1225 sent = svc_sendto(rqstp, &rqstp->rq_res); in svc_tcp_sendto() 1226 if (sent != xbufp->len) { in svc_tcp_sendto() 1231 (sent<0)?"got error":"sent only", in svc_tcp_sendto() 1232 sent, xbufp->len); in svc_tcp_sendto() 1235 sent = -EAGAIN; in svc_tcp_sendto() 1237 return sent; in svc_tcp_sendto()
|
/net/hsr/ |
D | Kconfig | 14 All Ethernet frames sent over the hsr device will be sent in both
|
/net/caif/ |
D | caif_socket.c | 601 int sent = 0; in caif_stream_sendmsg() local 617 while (sent < len) { in caif_stream_sendmsg() 619 size = len-sent; in caif_stream_sendmsg() 660 sent += size; in caif_stream_sendmsg() 663 return sent; in caif_stream_sendmsg() 666 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in caif_stream_sendmsg() 670 return sent ? : err; in caif_stream_sendmsg()
|
/net/appletalk/ |
D | aarp.c | 615 goto sent; in aarp_send_ddp() 625 goto sent; in aarp_send_ddp() 669 goto sent; in aarp_send_ddp() 676 sent: in aarp_send_ddp()
|
/net/netfilter/ipvs/ |
D | Kconfig | 234 sent to the ith server, in which Ci is the number of connections 245 When there is an idle server available, the job will be sent to 247 is no idle server available, the job will be sent to the server 279 the IP address and port number of real servers cannot be sent to
|
/net/decnet/ |
D | af_decnet.c | 1920 size_t sent = 0; in dn_sendmsg() local 1980 while(sent < size) { in dn_sendmsg() 1993 len = size - sent; in dn_sendmsg() 2054 if (((sent + len) == size) && (flags & MSG_EOR)) { in dn_sendmsg() 2064 sent += len; in dn_sendmsg() 2077 return sent ? sent : err; in dn_sendmsg()
|
/net/unix/ |
D | af_unix.c | 1869 int sent = 0; in unix_stream_sendmsg() local 1897 while (sent < len) { in unix_stream_sendmsg() 1898 size = len - sent; in unix_stream_sendmsg() 1946 sent += size; in unix_stream_sendmsg() 1951 return sent; in unix_stream_sendmsg() 1957 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in unix_stream_sendmsg() 1962 return sent ? : err; in unix_stream_sendmsg()
|
/net/tipc/ |
D | socket.c | 1034 uint mtu, send, sent = 0; in __tipc_send_stream() local 1061 send = min_t(uint, dsz - sent, TIPC_MAX_USER_MSG_SIZE); in __tipc_send_stream() 1062 rc = tipc_msg_build(mhdr, m, sent, send, mtu, &pktchain); in __tipc_send_stream() 1071 sent += send; in __tipc_send_stream() 1072 if (sent == dsz) in __tipc_send_stream() 1092 return sent ? sent : rc; in __tipc_send_stream()
|
/net/atm/ |
D | Kconfig | 34 Normally, an "ICMP host unreachable" message is sent if a neighbour
|
/net/irda/ |
D | Kconfig | 54 makes sense since most frames will be sent/received on the same
|
/net/netfilter/ |
D | Kconfig | 249 NetBIOS name service requests are sent as broadcast messages from an 269 SNMP service requests are sent as broadcast messages from an
|