Home
last modified time | relevance | path

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

/linux-6.14.4/Documentation/networking/net_cachelines/
Dtcp_sock.rst142 u8:1 bpf_chg_cc_inprogress
/linux-6.14.4/include/linux/
Dtcp.h451 u8 bpf_chg_cc_inprogress:1; /* In the middle of member
/linux-6.14.4/net/ipv4/
Dtcp_minisocks.c635 newtp->bpf_chg_cc_inprogress = 0; in tcp_create_openreq_child()
/linux-6.14.4/net/core/
Dfilter.c5364 if (tp->bpf_chg_cc_inprogress) in sol_tcp_sockopt_congestion()
5367 tp->bpf_chg_cc_inprogress = 1; in sol_tcp_sockopt_congestion()
5370 tp->bpf_chg_cc_inprogress = 0; in sol_tcp_sockopt_congestion()