Searched refs:in_ack_event (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | bpf_tcp_helpers.h | 166 void (*in_ack_event)(struct sock *sk, __u32 flags); member
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | bpf_dctcp.c | 226 .in_ack_event = (void *)dctcp_update_alpha,
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | bpf_tcp_ca.c | 17 offsetof(struct tcp_congestion_ops, in_ack_event),
|
H A D | tcp_westwood.c | 284 .in_ack_event = tcp_westwood_ack,
|
H A D | tcp_dctcp.c | 218 .in_ack_event = dctcp_update_alpha,
|
H A D | tcp_input.c | 3709 if (icsk->icsk_ca_ops->in_ack_event) in tcp_in_ack_event() 3710 icsk->icsk_ca_ops->in_ack_event(sk, flags); in tcp_in_ack_event()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | bpf_tcp_helpers.h | 177 void (*in_ack_event)(struct sock *sk, __u32 flags); member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_dctcp.c | 250 .in_ack_event = (void *)dctcp_update_alpha,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_westwood.c | 285 .in_ack_event = tcp_westwood_ack,
|
H A D | tcp_dctcp.c | 242 .in_ack_event = dctcp_update_alpha,
|
H A D | tcp_input.c | 3743 if (icsk->icsk_ca_ops->in_ack_event) in tcp_in_ack_event() 3744 icsk->icsk_ca_ops->in_ack_event(sk, flags); in tcp_in_ack_event()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip.c | 1310 .in_ack_event = nip_icsk_ca_in_ack_event,
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 1008 /* Information about inbound ACK, passed to cong_ops->in_ack_event() */ 1082 void (*in_ack_event)(struct sock *sk, u32 flags); member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 1007 /* Information about inbound ACK, passed to cong_ops->in_ack_event() */ 1080 void (*in_ack_event)(struct sock *sk, u32 flags); member
|
Completed in 33 milliseconds