Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_ulp.c21 static struct tcp_ulp_ops *tcp_ulp_find(const char *name) in tcp_ulp_find() function
38 ulp = tcp_ulp_find(name); in __tcp_ulp_find_autoload()
45 ulp = tcp_ulp_find(name); in __tcp_ulp_find_autoload()
63 if (tcp_ulp_find(ulp->name)) in tcp_register_ulp()