Lines Matching refs:tcp_ulp_ops
20 static struct tcp_ulp_ops *tcp_ulp_find(const char *name) in tcp_ulp_find()
22 struct tcp_ulp_ops *e; in tcp_ulp_find()
32 static struct tcp_ulp_ops *tcp_ulp_find_id(const int ulp) in tcp_ulp_find_id()
34 struct tcp_ulp_ops *e; in tcp_ulp_find_id()
44 static const struct tcp_ulp_ops *__tcp_ulp_find_autoload(const char *name) in __tcp_ulp_find_autoload()
46 const struct tcp_ulp_ops *ulp = NULL; in __tcp_ulp_find_autoload()
66 static const struct tcp_ulp_ops *__tcp_ulp_lookup(const int uid) in __tcp_ulp_lookup()
68 const struct tcp_ulp_ops *ulp; in __tcp_ulp_lookup()
81 int tcp_register_ulp(struct tcp_ulp_ops *ulp) in tcp_register_ulp()
96 void tcp_unregister_ulp(struct tcp_ulp_ops *ulp) in tcp_unregister_ulp()
109 struct tcp_ulp_ops *ulp_ops; in tcp_get_available_ulp()
140 const struct tcp_ulp_ops *ulp_ops; in tcp_set_ulp()
168 const struct tcp_ulp_ops *ulp_ops; in tcp_set_ulp_id()