Home
last modified time | relevance | path

Searched defs:tcp_ca (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dbpf_tcp_ca.c215 struct tcp_congestion_ops *tcp_ca; in bpf_tcp_ca_init_member() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c27 static int settcpca(int fd, const char *tcp_ca) in settcpca()