Home
last modified time | relevance | path

Searched refs:bpf_chg_cc_inprogress (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst143 u8:1 bpf_chg_cc_inprogress
/linux-6.15/include/linux/
H A Dtcp.h456 u8 bpf_chg_cc_inprogress:1; /* In the middle of member
/linux-6.15/net/ipv4/
H A Dtcp_minisocks.c635 newtp->bpf_chg_cc_inprogress = 0; in tcp_create_openreq_child()
/linux-6.15/net/core/
H A Dfilter.c5420 if (tp->bpf_chg_cc_inprogress) in sol_tcp_sockopt_congestion()
5423 tp->bpf_chg_cc_inprogress = 1; in sol_tcp_sockopt_congestion()
5426 tp->bpf_chg_cc_inprogress = 0; in sol_tcp_sockopt_congestion()