Home
last modified time | relevance | path

Searched refs:sending (Results 1 – 12 of 12) sorted by relevance

/net/dccp/ccids/
DKconfig21 where a flow is "reasonably fair" if its sending rate is generally
22 within a factor of two of the sending rate of a TCP flow under the
26 relatively smooth sending rate is of importance.
/net/sunrpc/
Dxprt.c287 rpc_sleep_on_timeout(&xprt->sending, task, NULL, in xprt_reserve_xprt()
290 rpc_sleep_on(&xprt->sending, task, NULL); in xprt_reserve_xprt()
353 rpc_sleep_on_timeout(&xprt->sending, task, NULL, in xprt_reserve_xprt_cong()
356 rpc_sleep_on(&xprt->sending, task, NULL); in xprt_reserve_xprt_cong()
390 if (rpc_wake_up_first_on_wq(xprtiod_workqueue, &xprt->sending, in __xprt_lock_write_next()
405 if (rpc_wake_up_first_on_wq(xprtiod_workqueue, &xprt->sending, in __xprt_lock_write_next_cong()
1503 rpc_wake_up_queued_task_set_status(&xprt->sending, in xprt_prepare_transmit()
1586 xprt->stat.sending_u += xprt->sending.qlen; in xprt_request_transmit()
1594 rpc_wake_up_queued_task_set_status(&xprt->sending, task, status); in xprt_request_transmit()
2025 rpc_init_wait_queue(&xprt->sending, "xprt_sending"); in xprt_init()
[all …]
Dsysfs.c156 xprt->sending.qlen, xprt->pending.qlen, in rpc_sysfs_xprt_info_show()
/net/batman-adv/
Dtp_meter.c438 if (!atomic_dec_and_test(&tp_vars->sending)) in batadv_tp_sender_shutdown()
471 if (unlikely(atomic_read(&tp_vars->sending) == 0)) in batadv_tp_reset_sender_timer()
491 if (atomic_read(&tp_vars->sending) == 0) in batadv_tp_sender_timeout()
650 if (unlikely(atomic_read(&tp_vars->sending) == 0)) in batadv_tp_recv_ack()
849 while (atomic_read(&tp_vars->sending) != 0) { in batadv_tp_send()
872 if (atomic_dec_and_test(&tp_vars->sending)) in batadv_tp_send()
985 atomic_set(&tp_vars->sending, 1); in batadv_tp_start()
Dtypes.h1394 atomic_t sending; member
/net/can/
DKconfig38 sending of RTR frames, and cyclic CAN messages without permanent user
51 msg sending and can optionally modify routed CAN frames on the fly.
/net/ipv6/
DKconfig161 another protocol and sending it over a channel that understands the
174 another protocol and sending it over a channel that understands the
221 another protocol and sending it over a channel that understands the
/net/ipv4/
DKconfig168 another protocol and sending it over a channel that understands the
198 another protocol and sending it over a channel that understands the
312 another protocol and sending it over a channel that understands the
554 adjusts the sending rate by modifying the congestion
/net/bridge/netfilter/
DKconfig180 automatically sending arp replies to arp requests.
/net/
DKconfig43 compat skb before sending the skb, the netlink code will sort out
/net/bluetooth/
Dmgmt.c2362 bool sending; in mesh_send() local
2388 sending = hci_dev_test_flag(hdev, HCI_MESH_SENDING); in mesh_send()
2393 else if (!sending) in mesh_send()
2403 if (sending) in mesh_send()
/net/sched/
DKconfig909 Say Y here to allow sending the packets to conntrack module.