Searched refs:tcp_bpf_ca_needs_ecn (Results 1 – 5 of 5) sorted by relevance
324 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()
1033 tcp_bpf_ca_needs_ecn((struct sock *)req)) in tcp_v4_send_synack()
6803 tcp_bpf_ca_needs_ecn((struct sock *)req)) in tcp_ecn_create_request()
560 tcp_bpf_ca_needs_ecn((struct sock *)req)) in tcp_v6_send_synack()
2489 static inline bool tcp_bpf_ca_needs_ecn(struct sock *sk) in tcp_bpf_ca_needs_ecn() function