Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dtcp_iw_kern.c71 rv = bpf_setsockopt(skops, SOL_TCP, TCP_BPF_IW, &iw, in bpf_iw()
/Linux-v4.19/tools/include/uapi/linux/
Dbpf.h2678 #define TCP_BPF_IW 1001 /* Set TCP initial congestion window */ macro
/Linux-v4.19/include/uapi/linux/
Dbpf.h2678 #define TCP_BPF_IW 1001 /* Set TCP initial congestion window */ macro
/Linux-v4.19/net/core/
Dfilter.c4002 case TCP_BPF_IW: in BPF_CALL_5()