Searched refs:sending (Results 1 – 11 of 11) sorted by relevance
/net/dccp/ccids/ |
D | Kconfig | 21 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/ |
D | xprt.c | 288 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 …]
|
D | sysfs.c | 142 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/ |
D | tp_meter.c | 438 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()
|
D | types.h | 1394 atomic_t sending; member
|
/net/can/ |
D | Kconfig | 37 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/ |
D | Kconfig | 160 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/ |
D | Kconfig | 168 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/ |
D | Kconfig | 180 automatically sending arp replies to arp requests.
|
/net/ |
D | Kconfig | 43 compat skb before sending the skb, the netlink code will sort out
|
/net/sched/ |
D | Kconfig | 900 Say Y here to allow sending the packets to conntrack module.
|