Home
last modified time | relevance | path

Searched refs:tcp_sock (Results 1 – 25 of 72) sorted by relevance

123

/linux-6.3-rc2/net/ipv4/
A Dbpf_tcp_ca.c104 case offsetof(struct tcp_sock, snd_cwnd): in bpf_tcp_ca_btf_struct_access()
105 end = offsetofend(struct tcp_sock, snd_cwnd); in bpf_tcp_ca_btf_struct_access()
107 case offsetof(struct tcp_sock, snd_cwnd_cnt): in bpf_tcp_ca_btf_struct_access()
108 end = offsetofend(struct tcp_sock, snd_cwnd_cnt); in bpf_tcp_ca_btf_struct_access()
110 case offsetof(struct tcp_sock, snd_ssthresh): in bpf_tcp_ca_btf_struct_access()
111 end = offsetofend(struct tcp_sock, snd_ssthresh); in bpf_tcp_ca_btf_struct_access()
113 case offsetof(struct tcp_sock, ecn_flags): in bpf_tcp_ca_btf_struct_access()
114 end = offsetofend(struct tcp_sock, ecn_flags); in bpf_tcp_ca_btf_struct_access()
131 BPF_CALL_2(bpf_tcp_send_ack, struct tcp_sock *, tp, u32, rcv_nxt) in BPF_CALL_2() argument
A Dtcp_recovery.c7 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()
A Dtcp_input.c340 struct tcp_sock *tp = tcp_sk(sk); in __tcp_ecn_check_ce()
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()
574 struct tcp_sock *tp = tcp_sk(sk); in tcp_clamp_window()
677 struct tcp_sock *tp = tcp_sk(sk); in tcp_rcv_rtt_measure_ts()
703 struct tcp_sock *tp = tcp_sk(sk); in tcp_rcv_space_adjust()
776 struct tcp_sock *tp = tcp_sk(sk); in tcp_event_data_recv()
830 struct tcp_sock *tp = tcp_sk(sk); in tcp_rtt_estimator()
1035 struct tcp_sock *tp = tcp_sk(sk); in tcp_check_sack_reordering()
[all …]
A Dtcp_output.c68 struct tcp_sock *tp = tcp_sk(sk); in tcp_event_new_data_sent()
123 struct tcp_sock *tp = tcp_sk(sk); in tcp_advertise_mss()
144 struct tcp_sock *tp = tcp_sk(sk); in tcp_cwnd_restart()
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()
322 struct tcp_sock *tp = tcp_sk(sk); in tcp_ecn_send_syn()
366 struct tcp_sock *tp = tcp_sk(sk); in tcp_ecn_send()
446 struct tcp_sock *tp, in mptcp_options_write()
1047 struct tcp_sock *tp; in tcp_tasklet_func()
1186 struct tcp_sock *tp = container_of(timer, struct tcp_sock, pacing_timer); in tcp_pace_kick()
[all …]
A Dtcp_dctcp.c70 static void dctcp_reset(const struct tcp_sock *tp, struct dctcp *ca) in dctcp_reset()
80 const struct tcp_sock *tp = tcp_sk(sk); in dctcp_init()
110 struct tcp_sock *tp = tcp_sk(sk); in dctcp_ssthresh()
118 const struct tcp_sock *tp = tcp_sk(sk); in dctcp_update_alpha()
166 struct tcp_sock *tp = tcp_sk(sk); in dctcp_react_to_loss()
208 const struct tcp_sock *tp = tcp_sk(sk); in dctcp_get_info()
235 struct tcp_sock *tp = tcp_sk(sk); in dctcp_cwnd_undo()
A Dtcp_bbr.c268 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 …]
A Dtcp_highspeed.c102 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()
A Dtcp_rate.c42 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()
A Dtcp_cdg.c143 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()
A Dtcp_scalable.c20 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()
A Dtcp_westwood.c165 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()
A Dtcp_timer.c104 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()
A Dtcp_illinois.c59 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()
A Dtcp_yeah.c43 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()
A Dtcp_cong.c406 __bpf_kfunc u32 tcp_slow_start(struct tcp_sock *tp, u32 acked) in tcp_slow_start()
420 __bpf_kfunc 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()
A Dtcp_vegas.c73 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()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dbpf_tcp_helpers.h62 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-6.3-rc2/include/net/
A Dtcp.h397 void tcp_clear_retrans(struct tcp_sock *tp);
721 struct tcp_sock *tp = tcp_sk(sk); in tcp_fast_path_check()
1258 const struct tcp_sock *tp = tcp_sk(sk); in tcp_current_ssthresh()
1303 const struct tcp_sock *tp = tcp_sk(sk); in tcp_is_cwnd_limited()
1419 struct tcp_sock *tp = tcp_sk(sk); in tcp_slow_start_after_idle_check()
1461 struct tcp_sock *tp = tcp_sk(sk); in tcp_adjust_rcv_ssthresh()
1491 const struct tcp_sock *tp = tcp_sk(sk); in tcp_epollin_ready()
1888 const struct tcp_sock *tp = tcp_sk(sk); in tcp_write_queue_empty()
1944 struct tcp_sock *tp = tcp_sk(sk); in tcp_push_pending_frames()
2223 struct tcp_sock *tp = tcp_sk(sk); in tcp_inq()
[all …]
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtcp_ca_write_sk_pacing.c14 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()
A Dbpf_dctcp.c51 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()
A Dcgrp_ls_attach_cgroup.c27 struct tcp_sock *tcp_sk; in set_cookie()
56 struct tcp_sock *tcp_sk; in update_cookie_sockops()
87 struct tcp_sock *tcp_sk; in BPF_PROG()
A Dtcp_ca_incompl_cong_ops.c10 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk()
12 return (struct tcp_sock *)sk; in tcp_sk()
/linux-6.3-rc2/include/linux/
A Dtcp.h175 struct tcp_sock { struct
475 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() argument
477 return (struct tcp_sock *)sk; in tcp_sk()
517 static inline void tcp_move_syn(struct tcp_sock *tp, in tcp_move_syn()
524 static inline void tcp_saved_syn_free(struct tcp_sock *tp) in tcp_saved_syn_free()
540 static inline u16 tcp_mss_clamp(const struct tcp_sock *tp, u16 mss) in tcp_mss_clamp()
/linux-6.3-rc2/net/mptcp/
A Dfastopen.c12 struct sock *ssk = subflow->tcp_sock; in mptcp_fastopen_subflow_synack_set_params()
15 struct tcp_sock *tp; in mptcp_fastopen_subflow_synack_set_params()
/linux-6.3-rc2/include/trace/events/
A Dmptcp.h39 if (subflow->tcp_sock && sk_fullsock(subflow->tcp_sock))
40 __entry->free = sk_stream_memory_free(subflow->tcp_sock);

Completed in 59 milliseconds

123