Home
last modified time | relevance | path

Searched refs:tcp_sk (Results 1 – 25 of 67) sorted by relevance

123

/linux/samples/bpf/
H A Dtcp_dumpstats_kern.c28 struct bpf_tcp_sock *tcp_sk; in _sockops() local
56 tcp_sk = bpf_tcp_sock(sk); in _sockops()
57 if (!tcp_sk) in _sockops()
63 tcp_sk->dsack_dups, tcp_sk->delivered); in _sockops()
65 tcp_sk->delivered_ce, tcp_sk->icsk_retransmits); in _sockops()
/linux/tools/testing/selftests/bpf/progs/
H A Dcgrp_ls_attach_cgroup.c27 struct tcp_sock *tcp_sk; in set_cookie() local
37 tcp_sk = bpf_skc_to_tcp_sock(sk); in set_cookie()
38 if (!tcp_sk) in set_cookie()
42 tcp_sk->inet_conn.icsk_inet.sk.sk_cgrp_data.cgroup, 0, in set_cookie()
56 struct tcp_sock *tcp_sk; in update_cookie_sockops() local
66 tcp_sk = bpf_skc_to_tcp_sock(sk); in update_cookie_sockops()
67 if (!tcp_sk) in update_cookie_sockops()
71 tcp_sk->inet_conn.icsk_inet.sk.sk_cgrp_data.cgroup, 0, 0); in update_cookie_sockops()
H A Dtcp_rtt.c29 struct bpf_tcp_sock *tcp_sk; in _sockops() local
50 tcp_sk = bpf_tcp_sock(sk); in _sockops()
51 if (!tcp_sk) in _sockops()
56 storage->dsack_dups = tcp_sk->dsack_dups; in _sockops()
57 storage->delivered = tcp_sk->delivered; in _sockops()
58 storage->delivered_ce = tcp_sk->delivered_ce; in _sockops()
59 storage->icsk_retransmits = tcp_sk->icsk_retransmits; in _sockops()
H A Dbpf_dctcp.c70 const struct tcp_sock *tp = tcp_sk(sk); in BPF_PROG()
118 struct tcp_sock *tp = tcp_sk(sk); in BPF_PROG()
127 const struct tcp_sock *tp = tcp_sk(sk); in BPF_PROG()
157 struct tcp_sock *tp = tcp_sk(sk); in dctcp_react_to_loss()
176 struct tcp_sock *tp = tcp_sk(sk); in dctcp_ece_ack_cwr()
205 *prior_rcv_nxt = tcp_sk(sk)->rcv_nxt; in dctcp_ece_ack_update()
234 return max(tcp_sk(sk)->snd_cwnd, ca->loss_cwnd); in BPF_PROG()
H A Dsock_destroy_prog.c79 struct tcp6_sock *tcp_sk; in iter_tcp6_server() local
88 tcp_sk = bpf_skc_to_tcp6_sock(sk_common); in iter_tcp6_server()
89 if (!tcp_sk) in iter_tcp6_server()
92 icsk = &tcp_sk->tcp.inet_conn; in iter_tcp6_server()
H A Dtcp_ca_write_sk_pacing.c38 struct tcp_sock *tp = tcp_sk(sk); in BPF_PROG()
49 return tcp_sk(sk)->snd_ssthresh; in BPF_PROG()
55 return tcp_sk(sk)->snd_cwnd; in BPF_PROG()
H A Dbpf_cc_cubic.c49 const struct tcp_sock *tp = tcp_sk(sk); in tcp_update_pacing_rate()
79 struct tcp_sock *tp = tcp_sk(sk); in tcp_cwnd_reduction()
107 if (tcp_sk(sk)->reordering > TCP_REORDERING) in tcp_may_raise_cwnd()
129 struct tcp_sock *tp = tcp_sk(sk); in BPF_PROG()
H A Dtcp_ca_update.c33 return tcp_sk(sk)->snd_ssthresh; in BPF_PROG()
39 return tcp_sk(sk)->snd_cwnd; in BPF_PROG()
/linux/net/ipv4/
H A Dtcp_bbr.c246 unsigned int mss = tcp_sk(sk)->mss_cache; in bbr_rate_bytes_per_sec()
268 struct tcp_sock *tp = tcp_sk(sk); in bbr_init_pacing_rate_from_rtt()
288 struct tcp_sock *tp = tcp_sk(sk); in bbr_set_pacing_rate()
306 struct tcp_sock *tp = tcp_sk(sk); in bbr_tso_segs_goal()
323 struct tcp_sock *tp = tcp_sk(sk); in bbr_save_cwnd()
334 struct tcp_sock *tp = tcp_sk(sk); in bbr_cwnd_event()
439 struct tcp_sock *tp = tcp_sk(sk); in bbr_packets_in_net_at_edt()
483 struct tcp_sock *tp = tcp_sk(sk); in bbr_set_cwnd_to_recover_or_restore()
522 struct tcp_sock *tp = tcp_sk(sk); in bbr_set_cwnd()
557 struct tcp_sock *tp = tcp_sk(s in bbr_is_next_cycle_phase()
[all...]
H A Dtcp_timer.c30 const struct tcp_sock *tp = tcp_sk(sk); in tcp_clamp_rto_to_user_timeout()
107 struct tcp_sock *tp = tcp_sk(sk); in tcp_out_of_resources()
217 struct tcp_sock *tp = tcp_sk(sk); in retransmits_timed_out()
244 struct tcp_sock *tp = tcp_sk(sk); in tcp_write_timeout()
310 struct tcp_sock *tp = tcp_sk(sk); in tcp_delack_timer_handler()
370 !READ_ONCE(tcp_sk(sk)->compressed_ack)) in tcp_delack_timer()
391 struct tcp_sock *tp = tcp_sk(sk); in tcp_probe_timer()
441 struct tcp_sock *tp = tcp_sk(sk); in tcp_update_rto_stats()
458 struct tcp_sock *tp = tcp_sk(sk); in tcp_fastopen_synack_timer()
496 const struct tcp_sock *tp = tcp_sk(s in tcp_rtx_probe0_timed_out()
[all...]
H A Dtcp_recovery.c7 const struct tcp_sock *tp = tcp_sk(sk); in tcp_rack_reo_wnd()
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()
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()
H A Dtcp_input.c147 bool unknown_opt = tcp_sk(sk)->rx_opt.saw_unknown && in bpf_skops_parse_hdr()
148 BPF_SOCK_OPS_TEST_FLAG(tcp_sk(sk), in bpf_skops_parse_hdr()
150 bool parse_all_opt = BPF_SOCK_OPS_TEST_FLAG(tcp_sk(sk), in bpf_skops_parse_hdr()
244 u8 old_ratio = tcp_sk(sk)->scaling_ratio; in tcp_measure_rcv_mss()
247 tcp_sk(sk)->scaling_ratio = val ? val : 1; in tcp_measure_rcv_mss()
249 if (old_ratio != tcp_sk(sk)->scaling_ratio) { in tcp_measure_rcv_mss()
250 struct tcp_sock *tp = tcp_sk(sk); in tcp_measure_rcv_mss()
260 tcp_sk(sk)->advmss); in tcp_measure_rcv_mss()
296 len -= tcp_sk(sk)->tcp_header_len; in tcp_measure_rcv_mss()
312 unsigned int quickacks = tcp_sk(s in tcp_incr_quickack()
[all...]
H A Dtcp_westwood.c73 w->snd_una = tcp_sk(sk)->snd_una; in tcp_westwood_init()
127 w->snd_una = tcp_sk(sk)->snd_una; in westwood_update_window()
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()
H A Dtcp_output.c70 struct tcp_sock *tp = tcp_sk(sk); in tcp_event_new_data_sent()
99 const struct tcp_sock *tp = tcp_sk(sk); in tcp_acceptable_seq()
125 struct tcp_sock *tp = tcp_sk(sk); in tcp_advertise_mss()
146 struct tcp_sock *tp = tcp_sk(sk); in tcp_cwnd_restart()
184 struct tcp_sock *tp = tcp_sk(sk); in tcp_event_ack_sent()
262 struct tcp_sock *tp = tcp_sk(sk); in tcp_select_window()
325 const struct tcp_sock *tp = tcp_sk(sk); in tcp_ecn_send_synack()
338 struct tcp_sock *tp = tcp_sk(sk); in tcp_ecn_send_syn()
382 struct tcp_sock *tp = tcp_sk(sk); in tcp_ecn_send()
496 if (likely(!BPF_SOCK_OPS_TEST_FLAG(tcp_sk(s in bpf_skops_hdr_opt_len()
[all...]
H A Dtcp_cubic.c115 return tcp_sk(sk)->tcp_mstamp; in bictcp_clock_us()
120 struct tcp_sock *tp = tcp_sk(sk); in bictcp_hystart_reset()
139 tcp_sk(sk)->snd_ssthresh = initial_ssthresh; in cubictcp_init()
149 delta = now - tcp_sk(sk)->lsndtime; in cubictcp_cwnd_event()
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()
454 const struct tcp_sock *tp = tcp_sk(sk); in cubictcp_acked()
H A Dtcp_fastopen.c173 struct tcp_sock *tp = tcp_sk(sk); in tcp_fastopen_add_skb()
262 tp = tcp_sk(child); in tcp_fastopen_create_child()
343 tcp_sk(sk)->fastopen_no_cookie || in tcp_fastopen_no_cookie()
407 tcp_sk(child)->syn_fastopen_child = 1; in tcp_try_fastopen()
440 tcp_sk(sk)->fastopen_client_fail = TFO_COOKIE_UNAVAILABLE; in tcp_fastopen_cookie_check()
454 struct tcp_sock *tp = tcp_sk(sk); in tcp_fastopen_defer_connect()
549 tcp_sk(sk)->syn_fastopen_ch = 1; in tcp_fastopen_active_should_disable()
561 struct tcp_sock *tp = tcp_sk(sk); in tcp_fastopen_active_disable_ofo_check()
590 struct tcp_sock *tp = tcp_sk(sk); in tcp_fastopen_active_detect_blackhole()
H 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()
H 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()
H 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()
H A Dtcp_dctcp.h6 struct tcp_sock *tp = tcp_sk(sk); in dctcp_ece_ack_cwr()
35 *prior_rcv_nxt = tcp_sk(sk)->rcv_nxt; in dctcp_ece_ack_update()
H 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()
H A Dtcp_hybla.c39 tcp_sk(sk)->srtt_us / (rtt0 * USEC_PER_MSEC), in hybla_recalc_param()
48 struct tcp_sock *tp = tcp_sk(sk); in hybla_init()
92 struct tcp_sock *tp = tcp_sk(sk); in hybla_cong_avoid()
H 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()
H 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()
H A Dtcp.c423 struct tcp_sock *tp = tcp_sk(sk); in tcp_init_sock()
521 const struct tcp_sock *tp = tcp_sk(sk); in tcp_poll()
626 struct tcp_sock *tp = tcp_sk(sk); in tcp_ioctl()
684 struct tcp_sock *tp = tcp_sk(sk); in tcp_skb_entail()
728 struct tcp_sock *tp = tcp_sk(sk); in tcp_push()
920 struct tcp_sock *tp = tcp_sk(sk); in tcp_xmit_size_goal()
1014 struct tcp_sock *tp = tcp_sk(sk); in tcp_sendmsg_fastopen()
1061 struct tcp_sock *tp = tcp_sk(sk); in tcp_sendmsg_locked()
1403 struct tcp_sock *tp = tcp_sk(sk); in tcp_splice_eof()
1423 struct tcp_sock *tp = tcp_sk(s in tcp_recv_urg()
[all...]

123