Home
last modified time | relevance | path

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

/linux-6.15/samples/bpf/
H A Dtcp_iw_kern.c64 rv = bpf_setsockopt(skops, SOL_TCP, TCP_BPF_IW, &iw, in bpf_iw()
/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h7094 TCP_BPF_IW = 1001, /* Set TCP initial congestion window */ enumerator
/linux-6.15/include/uapi/linux/
H A Dbpf.h7094 TCP_BPF_IW = 1001, /* Set TCP initial congestion window */ enumerator
/linux-6.15/net/core/
H A Dfilter.c5340 case TCP_BPF_IW: in bpf_sol_tcp_setsockopt()