Home
last modified time | relevance | path

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

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