Searched refs:sending (Results 1 – 11 of 11) sorted by relevance
/net/dccp/ccids/ |
D | Kconfig | 20 where a flow is "reasonably fair" if its sending rate is generally 21 within a factor of two of the sending rate of a TCP flow under the 25 relatively smooth sending rate is of importance.
|
/net/batman-adv/ |
D | tp_meter.c | 442 if (!atomic_dec_and_test(&tp_vars->sending)) in batadv_tp_sender_shutdown() 475 if (unlikely(atomic_read(&tp_vars->sending) == 0)) in batadv_tp_reset_sender_timer() 495 if (atomic_read(&tp_vars->sending) == 0) in batadv_tp_sender_timeout() 657 if (unlikely(atomic_read(&tp_vars->sending) == 0)) in batadv_tp_recv_ack() 859 while (atomic_read(&tp_vars->sending) != 0) { in batadv_tp_send() 882 if (atomic_dec_and_test(&tp_vars->sending)) in batadv_tp_send() 995 atomic_set(&tp_vars->sending, 1); in batadv_tp_start()
|
D | types.h | 908 atomic_t sending; member
|
/net/can/ |
D | Kconfig | 36 sending of RTR frames, and cyclic CAN messages without permanent user 49 msg sending and can optionally modify routed CAN frames on the fly.
|
/net/sunrpc/ |
D | xprt.c | 210 rpc_sleep_on_priority(&xprt->sending, task, NULL, priority); in xprt_reserve_xprt() 266 rpc_sleep_on_priority(&xprt->sending, task, NULL, priority); in xprt_reserve_xprt_cong() 298 if (rpc_wake_up_first_on_wq(xprtiod_workqueue, &xprt->sending, in __xprt_lock_write_next() 328 if (rpc_wake_up_first_on_wq(xprtiod_workqueue, &xprt->sending, in __xprt_lock_write_next_cong() 1004 xprt->stat.sending_u += xprt->sending.qlen; in xprt_transmit() 1334 rpc_init_priority_wait_queue(&xprt->sending, "xprt_sending"); in xprt_init() 1414 rpc_destroy_wait_queue(&xprt->sending); in xprt_destroy()
|
/net/ax25/ |
D | TODO | 17 Check socket locking when ax25_rcv is sending to raw sockets. In particular
|
/net/ipv6/ |
D | Kconfig | 165 another protocol and sending it over a channel that understands the 178 another protocol and sending it over a channel that understands the 224 another protocol and sending it over a channel that understands the
|
/net/irda/ |
D | Kconfig | 75 start backing-off before sending another RR frame, waiting longer
|
/net/ipv4/ |
D | Kconfig | 169 another protocol and sending it over a channel that understands the 198 another protocol and sending it over a channel that understands the 306 another protocol and sending it over a channel that understands the 531 adjusts the sending rate by modifying the congestion
|
/net/bridge/netfilter/ |
D | Kconfig | 165 automatically sending arp replies to arp requests.
|
/net/ |
D | Kconfig | 42 compat skb before sending the skb, the netlink code will sort out
|