Home
last modified time | relevance | path

Searched refs:tcp_bpf_ca_needs_ecn (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/net/ipv4/
Dtcp_output.c324 tcp_bpf_ca_needs_ecn(sk)) in tcp_ecn_send_synack()
332 bool bpf_needs_ecn = tcp_bpf_ca_needs_ecn(sk); in tcp_ecn_send_syn()
Dtcp_ipv4.c1033 tcp_bpf_ca_needs_ecn((struct sock *)req)) in tcp_v4_send_synack()
Dtcp_input.c6803 tcp_bpf_ca_needs_ecn((struct sock *)req)) in tcp_ecn_create_request()
/Linux-v6.6/net/ipv6/
Dtcp_ipv6.c560 tcp_bpf_ca_needs_ecn((struct sock *)req)) in tcp_v6_send_synack()
/Linux-v6.6/include/net/
Dtcp.h2489 static inline bool tcp_bpf_ca_needs_ecn(struct sock *sk) in tcp_bpf_ca_needs_ecn() function