Home
last modified time | relevance | path

Searched refs:sending (Results 1 – 11 of 11) 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.c288 rpc_sleep_on_timeout(&xprt->sending, task, NULL, in xprt_reserve_xprt()
291 rpc_sleep_on(&xprt->sending, task, NULL); in xprt_reserve_xprt()
354 rpc_sleep_on_timeout(&xprt->sending, task, NULL, in xprt_reserve_xprt_cong()
357 rpc_sleep_on(&xprt->sending, task, NULL); in xprt_reserve_xprt_cong()
391 if (rpc_wake_up_first_on_wq(xprtiod_workqueue, &xprt->sending, in __xprt_lock_write_next()
406 if (rpc_wake_up_first_on_wq(xprtiod_workqueue, &xprt->sending, in __xprt_lock_write_next_cong()
1485 rpc_wake_up_queued_task_set_status(&xprt->sending, in xprt_prepare_transmit()
1565 xprt->stat.sending_u += xprt->sending.qlen; in xprt_request_transmit()
1573 rpc_wake_up_queued_task_set_status(&xprt->sending, task, status); in xprt_request_transmit()
2012 rpc_init_wait_queue(&xprt->sending, "xprt_sending"); in xprt_init()
[all …]
Dsysfs.c142 xprt->sending.qlen, xprt->pending.qlen, in rpc_sysfs_xprt_info_show()
326 if (!xprt->sending.qlen && in rpc_sysfs_xprt_state_change()
/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/
DKconfig37 sending of RTR frames, and cyclic CAN messages without permanent user
50 msg sending and can optionally modify routed CAN frames on the fly.
/net/ipv6/
DKconfig160 another protocol and sending it over a channel that understands the
173 another protocol and sending it over a channel that understands the
220 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
555 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/sched/
DKconfig900 Say Y here to allow sending the packets to conntrack module.