/Linux-v6.1/drivers/net/wireless/marvell/mwifiex/ |
D | util.c | 21 {"wmm_ac_vo", item_size(packets_out[WMM_AC_VO]), 22 item_addr(packets_out[WMM_AC_VO]), 1}, 23 {"wmm_ac_vi", item_size(packets_out[WMM_AC_VI]), 24 item_addr(packets_out[WMM_AC_VI]), 1}, 25 {"wmm_ac_be", item_size(packets_out[WMM_AC_BE]), 26 item_addr(packets_out[WMM_AC_BE]), 1}, 27 {"wmm_ac_bk", item_size(packets_out[WMM_AC_BK]), 28 item_addr(packets_out[WMM_AC_BK]), 1}, 172 memcpy(info->packets_out, in mwifiex_get_debug_info() 173 priv->wmm.packets_out, in mwifiex_get_debug_info() [all …]
|
D | ioctl.h | 188 u32 packets_out[MAX_NUM_TID]; member
|
D | wmm.c | 1193 priv->wmm.packets_out[tid]++; in mwifiex_rotate_priolists()
|
D | main.h | 318 u32 packets_out[MAX_NUM_TID]; member
|
/Linux-v6.1/samples/bpf/ |
D | hbm_kern.h | 76 int packets_out; member 96 pkti->packets_out = tp->packets_out; in get_tcp_info() 104 pkti->packets_out = 0; in get_tcp_info()
|
D | hbm_edt_kern.c | 147 if (pkti.is_tcp && drop_flag && pkti.packets_out <= 1) { in _hbm_out_cg()
|
/Linux-v6.1/net/ipv4/ |
D | tcp_timer.c | 121 (!tp->snd_wnd && !tp->packets_out)) in tcp_out_of_resources() 357 if (tp->packets_out || !skb) { in tcp_probe_timer() 466 if (!tp->packets_out) in tcp_retransmit_timer() 709 if (tp->packets_out || !tcp_write_queue_empty(sk)) in tcp_keepalive_timer()
|
D | tcp_output.c | 69 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() 1463 tp->packets_out -= decr; in tcp_adjust_pcount() 1888 tp->packets_out > tp->max_packets_out)) { in tcp_cwnd_validate() 1890 tp->max_packets_out = tp->packets_out; in tcp_cwnd_validate() 1900 if (tp->packets_out > tp->snd_cwnd_used) in tcp_cwnd_validate() 1901 tp->snd_cwnd_used = tp->packets_out; in tcp_cwnd_validate() 1956 (!nonagle && tp->packets_out && tcp_minshall_check(tp))); in tcp_nagle_check() 2730 return !tp->packets_out && !tcp_write_queue_empty(sk); in tcp_write_xmit() 2751 !tp->packets_out || !tcp_is_sack(tp) || in tcp_schedule_loss_probe() [all …]
|
D | tcp_rate.c | 58 if (!tp->packets_out) { in tcp_rate_skb_sent()
|
D | tcp_input.c | 917 rate *= max(tcp_snd_cwnd(tp), tp->packets_out); in tcp_update_pacing_rate() 1841 if (!tp->packets_out) in tcp_sacktag_write_queue() 2012 holes = min(holes, tp->packets_out); in tcp_limit_reno_sacked() 2014 if ((tp->sacked_out + holes) > tp->packets_out) { in tcp_limit_reno_sacked() 2015 tp->sacked_out = tp->packets_out - holes; in tcp_limit_reno_sacked() 2032 tp->reordering = min_t(u32, tp->packets_out + addend, in tcp_check_reno_reordering() 2349 WARN_ON(packets > tp->packets_out); in tcp_mark_head_lost() 2468 tp->packets_out); in DBGUNDO() 2477 tp->packets_out); in DBGUNDO() 2963 if (!tp->packets_out && tp->sacked_out) in tcp_fastretrans_alert() [all …]
|
D | tcp.c | 3076 tcp_sk(sk)->packets_out = 0; in tcp_write_queue_purge() 3892 info->tcpi_unacked = tp->packets_out; in tcp_get_info()
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | test_sock_fields.c | 99 dst->packets_out = src->packets_out; in tpcpy()
|
/Linux-v6.1/include/net/ |
D | tcp.h | 1220 return tp->packets_out - tcp_left_out(tp) + tp->retrans_out; in tcp_packets_in_flight() 1269 #define tcp_verify_left_out(tp) WARN_ON(tcp_left_out(tp) > tp->packets_out) 1369 if (!tcp_sk(sk)->packets_out && !inet_csk(sk)->icsk_pending) in tcp_check_probe_timer() 1423 tp->packets_out || ca_ops->cong_control) in tcp_slow_start_after_idle_check() 2002 return tp->packets_out < 4 && !tcp_in_initial_slowstart(tp); in tcp_stream_is_thin()
|
/Linux-v6.1/include/linux/ |
D | tcp.h | 295 u32 packets_out; /* Packets which are "in flight" */ member
|
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
D | sock_fields.c | 95 tp->packets_out, tp->retrans_out, tp->total_retrans, in print_tp()
|
/Linux-v6.1/tools/include/uapi/linux/ |
D | bpf.h | 5991 __u32 packets_out; /* Packets which are "in flight" */ member 6351 __u32 packets_out; member
|
/Linux-v6.1/include/uapi/linux/ |
D | bpf.h | 5991 __u32 packets_out; /* Packets which are "in flight" */ member 6351 __u32 packets_out; member
|
/Linux-v6.1/net/core/ |
D | filter.c | 6869 case offsetof(struct bpf_tcp_sock, packets_out): in bpf_tcp_sock_convert_ctx_access() 6870 BPF_TCP_SOCK_GET_COMMON(packets_out); in bpf_tcp_sock_convert_ctx_access() 10320 case offsetof(struct bpf_sock_ops, packets_out): in sock_ops_convert_ctx_access() 10321 SOCK_OPS_GET_TCP_SOCK_FIELD(packets_out); in sock_ops_convert_ctx_access()
|