Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_output.c317 tcp_bpf_ca_needs_ecn(sk)) in tcp_ecn_send_synack()
325 bool bpf_needs_ecn = tcp_bpf_ca_needs_ecn(sk); in tcp_ecn_send_syn()
Dtcp_input.c6292 tcp_bpf_ca_needs_ecn((struct sock *)req)) in tcp_ecn_create_request()
/Linux-v4.19/include/net/
Dtcp.h2158 static inline bool tcp_bpf_ca_needs_ecn(struct sock *sk) in tcp_bpf_ca_needs_ecn() function