Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Dbpf_tcp_ca.c223 const struct tcp_congestion_ops *utcp_ca; in bpf_tcp_ca_init_member() local
227 utcp_ca = (const struct tcp_congestion_ops *)udata; in bpf_tcp_ca_init_member()
233 if (utcp_ca->flags & ~TCP_CONG_MASK) in bpf_tcp_ca_init_member()
235 tcp_ca->flags = utcp_ca->flags; in bpf_tcp_ca_init_member()
238 if (bpf_obj_name_cpy(tcp_ca->name, utcp_ca->name, in bpf_tcp_ca_init_member()
241 if (tcp_ca_find(utcp_ca->name)) in bpf_tcp_ca_init_member()