Home
last modified time | relevance | path

Searched refs:packets_out (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.10/drivers/net/wireless/marvell/mwifiex/
Dutil.c33 {"wmm_ac_vo", item_size(packets_out[WMM_AC_VO]),
34 item_addr(packets_out[WMM_AC_VO]), 1},
35 {"wmm_ac_vi", item_size(packets_out[WMM_AC_VI]),
36 item_addr(packets_out[WMM_AC_VI]), 1},
37 {"wmm_ac_be", item_size(packets_out[WMM_AC_BE]),
38 item_addr(packets_out[WMM_AC_BE]), 1},
39 {"wmm_ac_bk", item_size(packets_out[WMM_AC_BK]),
40 item_addr(packets_out[WMM_AC_BK]), 1},
184 memcpy(info->packets_out, in mwifiex_get_debug_info()
185 priv->wmm.packets_out, in mwifiex_get_debug_info()
[all …]
Dioctl.h200 u32 packets_out[MAX_NUM_TID]; member
Dwmm.c1205 priv->wmm.packets_out[tid]++; in mwifiex_rotate_priolists()
Dmain.h329 u32 packets_out[MAX_NUM_TID]; member
/Linux-v5.10/samples/bpf/
Dhbm_kern.h78 int packets_out; member
98 pkti->packets_out = tp->packets_out; in get_tcp_info()
106 pkti->packets_out = 0; in get_tcp_info()
Dhbm_edt_kern.c147 if (pkti.is_tcp && drop_flag && pkti.packets_out <= 1) { in _hbm_out_cg()
/Linux-v5.10/net/ipv4/
Dtcp_timer.c103 (!tp->snd_wnd && !tp->packets_out)) in tcp_out_of_resources()
350 if (tp->packets_out || !skb) { in tcp_probe_timer()
456 if (!tp->packets_out) in tcp_retransmit_timer()
702 if (tp->packets_out || !tcp_write_queue_empty(sk)) in tcp_keepalive_timer()
Dtcp_output.c69 unsigned int prior_packets = tp->packets_out; in tcp_event_new_data_sent()
79 tp->packets_out += tcp_skb_pcount(skb); in tcp_event_new_data_sent()
1465 tp->packets_out -= decr; in tcp_adjust_pcount()
1883 tp->packets_out > tp->max_packets_out || in tcp_cwnd_validate()
1885 tp->max_packets_out = tp->packets_out; in tcp_cwnd_validate()
1896 if (tp->packets_out > tp->snd_cwnd_used) in tcp_cwnd_validate()
1897 tp->snd_cwnd_used = tp->packets_out; in tcp_cwnd_validate()
1952 (!nonagle && tp->packets_out && tcp_minshall_check(tp))); in tcp_nagle_check()
2719 return !tp->packets_out && !tcp_write_queue_empty(sk); in tcp_write_xmit()
2740 !tp->packets_out || !tcp_is_sack(tp) || in tcp_schedule_loss_probe()
[all …]
Dtcp_rate.c58 if (!tp->packets_out) { in tcp_rate_skb_sent()
Dtcp_input.c886 rate *= max(tp->snd_cwnd, tp->packets_out); in tcp_update_pacing_rate()
1799 if (!tp->packets_out) in tcp_sacktag_write_queue()
1970 holes = min(holes, tp->packets_out); in tcp_limit_reno_sacked()
1972 if ((tp->sacked_out + holes) > tp->packets_out) { in tcp_limit_reno_sacked()
1973 tp->sacked_out = tp->packets_out - holes; in tcp_limit_reno_sacked()
1990 tp->reordering = min_t(u32, tp->packets_out + addend, in tcp_check_reno_reordering()
2302 WARN_ON(packets > tp->packets_out); in tcp_mark_head_lost()
2421 tp->packets_out); in DBGUNDO()
2430 tp->packets_out); in DBGUNDO()
2884 if (!tp->packets_out && tp->sacked_out) in tcp_fastretrans_alert()
[all …]
Dtcp.c2627 tcp_sk(sk)->packets_out = 0; in tcp_write_queue_purge()
3430 info->tcpi_unacked = tp->packets_out; in tcp_get_info()
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_sock_fields.c98 dst->packets_out = src->packets_out; in tpcpy()
/Linux-v5.10/include/net/
Dtcp.h1198 return tp->packets_out - tcp_left_out(tp) + tp->retrans_out; in tcp_packets_in_flight()
1236 #define tcp_verify_left_out(tp) WARN_ON(tcp_left_out(tp) > tp->packets_out)
1331 if (!tcp_sk(sk)->packets_out && !inet_csk(sk)->icsk_pending) in tcp_check_probe_timer()
1381 if (!sock_net(sk)->ipv4.sysctl_tcp_slow_start_after_idle || tp->packets_out || in tcp_slow_start_after_idle_check()
1920 return tp->packets_out < 4 && !tcp_in_initial_slowstart(tp); in tcp_stream_is_thin()
/Linux-v5.10/include/linux/
Dtcp.h265 u32 packets_out; /* Packets which are "in flight" */ member
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dsock_fields.c85 tp->packets_out, tp->retrans_out, tp->total_retrans, in print_tp()
/Linux-v5.10/tools/include/uapi/linux/
Dbpf.h4202 __u32 packets_out; /* Packets which are "in flight" */ member
4522 __u32 packets_out; member
/Linux-v5.10/include/uapi/linux/
Dbpf.h4202 __u32 packets_out; /* Packets which are "in flight" */ member
4522 __u32 packets_out; member
/Linux-v5.10/net/core/
Dfilter.c6317 case offsetof(struct bpf_tcp_sock, packets_out): in bpf_tcp_sock_convert_ctx_access()
6318 BPF_TCP_SOCK_GET_COMMON(packets_out); in bpf_tcp_sock_convert_ctx_access()
9396 case offsetof(struct bpf_sock_ops, packets_out): in sock_ops_convert_ctx_access()
9397 SOCK_OPS_GET_TCP_SOCK_FIELD(packets_out); in sock_ops_convert_ctx_access()