| /Linux-v6.1/net/ipv4/ |
| D | bpf_tcp_ca.c | 103 case offsetof(struct tcp_sock, snd_cwnd): in bpf_tcp_ca_btf_struct_access() 104 end = offsetofend(struct tcp_sock, snd_cwnd); in bpf_tcp_ca_btf_struct_access() 106 case offsetof(struct tcp_sock, snd_cwnd_cnt): in bpf_tcp_ca_btf_struct_access() 107 end = offsetofend(struct tcp_sock, snd_cwnd_cnt); in bpf_tcp_ca_btf_struct_access() 109 case offsetof(struct tcp_sock, snd_ssthresh): in bpf_tcp_ca_btf_struct_access() 110 end = offsetofend(struct tcp_sock, snd_ssthresh); in bpf_tcp_ca_btf_struct_access() 112 case offsetof(struct tcp_sock, ecn_flags): in bpf_tcp_ca_btf_struct_access() 113 end = offsetofend(struct tcp_sock, ecn_flags); in bpf_tcp_ca_btf_struct_access() 130 BPF_CALL_2(bpf_tcp_send_ack, struct tcp_sock *, tp, u32, rcv_nxt) in BPF_CALL_2() argument
|
| D | tcp_recovery.c | 7 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_reo_wnd() 32 s32 tcp_rack_skb_timeout(struct tcp_sock *tp, struct sk_buff *skb, u32 reo_wnd) in tcp_rack_skb_timeout() 60 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_detect_loss() 97 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_mark_lost() 118 void tcp_rack_advance(struct tcp_sock *tp, u8 sacked, u32 end_seq, in tcp_rack_advance() 151 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_reo_timeout() 189 struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_update_reo_wnd() 220 struct tcp_sock *tp = tcp_sk(sk); in tcp_newreno_mark_lost()
|
| D | tcp_input.c | 313 static void tcp_ecn_queue_cwr(struct tcp_sock *tp) in tcp_ecn_queue_cwr() 333 static void tcp_ecn_withdraw_cwr(struct tcp_sock *tp) in tcp_ecn_withdraw_cwr() 340 struct tcp_sock *tp = tcp_sk(sk); in __tcp_ecn_check_ce() 376 static void tcp_ecn_rcv_synack(struct tcp_sock *tp, const struct tcphdr *th) in tcp_ecn_rcv_synack() 382 static void tcp_ecn_rcv_syn(struct tcp_sock *tp, const struct tcphdr *th) in tcp_ecn_rcv_syn() 388 static bool tcp_ecn_rcv_ecn_echo(const struct tcp_sock *tp, const struct tcphdr *th) in tcp_ecn_rcv_ecn_echo() 402 const struct tcp_sock *tp = tcp_sk(sk); in tcp_sndbuf_expand() 461 struct tcp_sock *tp = tcp_sk(sk); in __tcp_grow_window() 498 struct tcp_sock *tp = tcp_sk(sk); in tcp_grow_window() 538 struct tcp_sock *tp = tcp_sk(sk); in tcp_init_buffer_space() [all …]
|
| D | tcp_dctcp.c | 69 static void dctcp_reset(const struct tcp_sock *tp, struct dctcp *ca) in dctcp_reset() 79 const struct tcp_sock *tp = tcp_sk(sk); in dctcp_init() 107 struct tcp_sock *tp = tcp_sk(sk); in dctcp_ssthresh() 115 const struct tcp_sock *tp = tcp_sk(sk); in dctcp_update_alpha() 149 struct tcp_sock *tp = tcp_sk(sk); in dctcp_react_to_loss() 187 const struct tcp_sock *tp = tcp_sk(sk); in dctcp_get_info() 214 struct tcp_sock *tp = tcp_sk(sk); in dctcp_cwnd_undo()
|
| D | tcp_output.c | 53 void tcp_mstamp_refresh(struct tcp_sock *tp) in tcp_mstamp_refresh() 68 struct tcp_sock *tp = tcp_sk(sk); in tcp_event_new_data_sent() 97 const struct tcp_sock *tp = tcp_sk(sk); in tcp_acceptable_seq() 123 struct tcp_sock *tp = tcp_sk(sk); in tcp_advertise_mss() 144 struct tcp_sock *tp = tcp_sk(sk); in tcp_cwnd_restart() 161 static void tcp_event_data_sent(struct tcp_sock *tp, in tcp_event_data_sent() 183 struct tcp_sock *tp = tcp_sk(sk); in tcp_event_ack_sent() 259 struct tcp_sock *tp = tcp_sk(sk); in tcp_select_window() 309 const struct tcp_sock *tp = tcp_sk(sk); in tcp_ecn_send_synack() 322 struct tcp_sock *tp = tcp_sk(sk); in tcp_ecn_send_syn() [all …]
|
| D | tcp_bbr.c | 268 struct tcp_sock *tp = tcp_sk(sk); in bbr_init_pacing_rate_from_rtt() 287 struct tcp_sock *tp = tcp_sk(sk); in bbr_set_pacing_rate() 305 struct tcp_sock *tp = tcp_sk(sk); in bbr_tso_segs_goal() 322 struct tcp_sock *tp = tcp_sk(sk); in bbr_save_cwnd() 333 struct tcp_sock *tp = tcp_sk(sk); in bbr_cwnd_event() 438 struct tcp_sock *tp = tcp_sk(sk); in bbr_packets_in_net_at_edt() 482 struct tcp_sock *tp = tcp_sk(sk); in bbr_set_cwnd_to_recover_or_restore() 521 struct tcp_sock *tp = tcp_sk(sk); in bbr_set_cwnd() 556 struct tcp_sock *tp = tcp_sk(sk); in bbr_is_next_cycle_phase() 592 struct tcp_sock *tp = tcp_sk(sk); in bbr_advance_cycle_phase() [all …]
|
| D | tcp_highspeed.c | 102 struct tcp_sock *tp = tcp_sk(sk); in hstcp_init() 114 struct tcp_sock *tp = tcp_sk(sk); in hstcp_cong_avoid() 153 const struct tcp_sock *tp = tcp_sk(sk); in hstcp_ssthresh()
|
| D | tcp_rate.c | 42 struct tcp_sock *tp = tcp_sk(sk); in tcp_rate_skb_sent() 83 struct tcp_sock *tp = tcp_sk(sk); in tcp_rate_skb_delivered() 120 struct tcp_sock *tp = tcp_sk(sk); in tcp_rate_gen() 196 struct tcp_sock *tp = tcp_sk(sk); in tcp_rate_check_app_limited()
|
| D | tcp_cdg.c | 143 struct tcp_sock *tp = tcp_sk(sk); in tcp_cdg_hystart_update() 244 struct tcp_sock *tp = tcp_sk(sk); in tcp_cdg_backoff() 265 struct tcp_sock *tp = tcp_sk(sk); in tcp_cdg_cong_avoid() 302 struct tcp_sock *tp = tcp_sk(sk); in tcp_cdg_acked() 331 struct tcp_sock *tp = tcp_sk(sk); in tcp_cdg_ssthresh() 348 struct tcp_sock *tp = tcp_sk(sk); in tcp_cdg_cwnd_event() 376 struct tcp_sock *tp = tcp_sk(sk); in tcp_cdg_init()
|
| D | tcp_scalable.c | 20 struct tcp_sock *tp = tcp_sk(sk); in tcp_scalable_cong_avoid() 36 const struct tcp_sock *tp = tcp_sk(sk); in tcp_scalable_ssthresh()
|
| D | tcp_westwood.c | 165 const struct tcp_sock *tp = tcp_sk(sk); in westwood_fast_bw() 182 const struct tcp_sock *tp = tcp_sk(sk); in westwood_acked_count() 219 const struct tcp_sock *tp = tcp_sk(sk); in tcp_westwood_bw_rttmin() 242 struct tcp_sock *tp = tcp_sk(sk); in tcp_westwood_event()
|
| D | tcp_timer.c | 104 struct tcp_sock *tp = tcp_sk(sk); in tcp_out_of_resources() 234 struct tcp_sock *tp = tcp_sk(sk); in tcp_write_timeout() 354 struct tcp_sock *tp = tcp_sk(sk); in tcp_probe_timer() 404 struct tcp_sock *tp = tcp_sk(sk); in tcp_fastopen_synack_timer() 448 struct tcp_sock *tp = tcp_sk(sk); in tcp_retransmit_timer() 672 struct tcp_sock *tp = tcp_sk(sk); in tcp_keepalive_timer() 755 struct tcp_sock *tp = container_of(timer, struct tcp_sock, compressed_ack_timer); in tcp_compressed_ack_kick()
|
| D | tcp_illinois.c | 59 struct tcp_sock *tp = tcp_sk(sk); in rtt_reset() 224 struct tcp_sock *tp = tcp_sk(sk); in update_params() 262 struct tcp_sock *tp = tcp_sk(sk); in tcp_illinois_cong_avoid() 297 struct tcp_sock *tp = tcp_sk(sk); in tcp_illinois_ssthresh()
|
| D | tcp_yeah.c | 43 struct tcp_sock *tp = tcp_sk(sk); in tcp_yeah_init() 60 struct tcp_sock *tp = tcp_sk(sk); in tcp_yeah_cong_avoid() 189 const struct tcp_sock *tp = tcp_sk(sk); in tcp_yeah_ssthresh()
|
| D | tcp_cong.c | 406 u32 tcp_slow_start(struct tcp_sock *tp, u32 acked) in tcp_slow_start() 420 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked) in tcp_cong_avoid_ai() 448 struct tcp_sock *tp = tcp_sk(sk); in tcp_reno_cong_avoid() 467 const struct tcp_sock *tp = tcp_sk(sk); in tcp_reno_ssthresh() 475 const struct tcp_sock *tp = tcp_sk(sk); in tcp_reno_undo_cwnd()
|
| D | tcp_vegas.c | 73 const struct tcp_sock *tp = tcp_sk(sk); in vegas_enable() 160 static inline u32 tcp_vegas_ssthresh(struct tcp_sock *tp) in tcp_vegas_ssthresh() 167 struct tcp_sock *tp = tcp_sk(sk); in tcp_vegas_cong_avoid()
|
| D | tcp_cubic.c | 120 struct tcp_sock *tp = tcp_sk(sk); in bictcp_hystart_reset() 326 struct tcp_sock *tp = tcp_sk(sk); in cubictcp_cong_avoid() 343 const struct tcp_sock *tp = tcp_sk(sk); in cubictcp_recalc_ssthresh() 388 struct tcp_sock *tp = tcp_sk(sk); in hystart_update() 450 const struct tcp_sock *tp = tcp_sk(sk); in cubictcp_acked()
|
| /Linux-v6.1/include/net/ |
| D | tcp.h | 397 void tcp_clear_retrans(struct tcp_sock *tp); 595 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb); 632 void tcp_skb_mark_lost_uncond_verify(struct tcp_sock *tp, struct sk_buff *skb); 654 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) in tcp_bound_to_half_wnd() 698 static inline u32 __tcp_set_rto(const struct tcp_sock *tp) in __tcp_set_rto() 703 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on() 714 static inline void tcp_fast_path_on(struct tcp_sock *tp) in tcp_fast_path_on() 721 struct tcp_sock *tp = tcp_sk(sk); in tcp_fast_path_check() 752 static inline u32 tcp_min_rtt(const struct tcp_sock *tp) in tcp_min_rtt() 761 static inline u32 tcp_receive_window(const struct tcp_sock *tp) in tcp_receive_window() [all …]
|
| /Linux-v6.1/tools/testing/selftests/bpf/ |
| D | bpf_tcp_helpers.h | 62 struct tcp_sock { struct 101 static __always_inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() argument 103 return (struct tcp_sock *)sk; in tcp_sk() 200 static __always_inline bool tcp_in_slow_start(const struct tcp_sock *tp) in tcp_in_slow_start() 207 const struct tcp_sock *tp = tcp_sk(sk); in tcp_is_cwnd_limited() 230 extern __u32 tcp_slow_start(struct tcp_sock *tp, __u32 acked) __ksym; 231 extern void tcp_cong_avoid_ai(struct tcp_sock *tp, __u32 w, __u32 acked) __ksym;
|
| /Linux-v6.1/tools/testing/selftests/bpf/progs/ |
| D | tcp_ca_write_sk_pacing.c | 14 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() 16 return (struct tcp_sock *)sk; in tcp_sk() 34 const struct tcp_sock *tp = tcp_sk(sk); in BPF_PROG()
|
| D | bpf_dctcp.c | 51 static __always_inline void dctcp_reset(const struct tcp_sock *tp, in dctcp_reset() 63 const struct tcp_sock *tp = tcp_sk(sk); in BPF_PROG() 111 struct tcp_sock *tp = tcp_sk(sk); in BPF_PROG() 120 const struct tcp_sock *tp = tcp_sk(sk); in BPF_PROG() 150 struct tcp_sock *tp = tcp_sk(sk); in dctcp_react_to_loss() 169 struct tcp_sock *tp = tcp_sk(sk); in dctcp_ece_ack_cwr()
|
| D | tcp_ca_incompl_cong_ops.c | 10 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() 12 return (struct tcp_sock *)sk; in tcp_sk()
|
| D | bpf_cubic.c | 163 struct tcp_sock *tp = tcp_sk(sk); in bictcp_hystart_reset() 383 struct tcp_sock *tp = tcp_sk(sk); in BPF_STRUCT_OPS() 402 const struct tcp_sock *tp = tcp_sk(sk); in BPF_STRUCT_OPS() 449 struct tcp_sock *tp = tcp_sk(sk); in hystart_update() 496 const struct tcp_sock *tp = tcp_sk(sk); in BPF_STRUCT_OPS()
|
| /Linux-v6.1/include/linux/ |
| D | tcp.h | 175 struct tcp_sock { struct 474 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() argument 476 return (struct tcp_sock *)sk; in tcp_sk() 516 static inline void tcp_move_syn(struct tcp_sock *tp, in tcp_move_syn() 523 static inline void tcp_saved_syn_free(struct tcp_sock *tp) in tcp_saved_syn_free() 539 static inline u16 tcp_mss_clamp(const struct tcp_sock *tp, u16 mss) in tcp_mss_clamp()
|
| /Linux-v6.1/include/trace/events/ |
| D | mptcp.h | 39 if (subflow->tcp_sock && sk_fullsock(subflow->tcp_sock)) 40 __entry->free = sk_stream_memory_free(subflow->tcp_sock);
|