Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_ulp.c20 static struct tcp_ulp_ops *tcp_ulp_find(const char *name) in tcp_ulp_find() function
49 ulp = tcp_ulp_find(name); in __tcp_ulp_find_autoload()
56 ulp = tcp_ulp_find(name); in __tcp_ulp_find_autoload()
86 if (tcp_ulp_find(ulp->name)) in tcp_register_ulp()