Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_output.c313 tcp_bpf_ca_needs_ecn(sk)) in tcp_ecn_send_synack()
321 bool bpf_needs_ecn = tcp_bpf_ca_needs_ecn(sk); in tcp_ecn_send_syn()
Dtcp_input.c6417 tcp_bpf_ca_needs_ecn((struct sock *)req)) in tcp_ecn_create_request()
/Linux-v5.4/include/net/
Dtcp.h2243 static inline bool tcp_bpf_ca_needs_ecn(struct sock *sk) in tcp_bpf_ca_needs_ecn() function