Searched refs:tcp_ulp_ops (Results 1 – 5 of 5) sorted by relevance
21 static struct tcp_ulp_ops *tcp_ulp_find(const char *name) in tcp_ulp_find()23 struct tcp_ulp_ops *e; in tcp_ulp_find()33 static const struct tcp_ulp_ops *__tcp_ulp_find_autoload(const char *name) in __tcp_ulp_find_autoload()35 const struct tcp_ulp_ops *ulp = NULL; in __tcp_ulp_find_autoload()58 int tcp_register_ulp(struct tcp_ulp_ops *ulp) in tcp_register_ulp()73 void tcp_unregister_ulp(struct tcp_ulp_ops *ulp) in tcp_unregister_ulp()86 struct tcp_ulp_ops *ulp_ops; in tcp_get_available_ulp()130 static int __tcp_set_ulp(struct sock *sk, const struct tcp_ulp_ops *ulp_ops) in __tcp_set_ulp()152 const struct tcp_ulp_ops *ulp_ops; in tcp_set_ulp()
86 const struct tcp_ulp_ops *ulp_ops) in tcp_diag_put_ulp()133 const struct tcp_ulp_ops *ulp_ops; in tcp_diag_get_aux()168 const struct tcp_ulp_ops *ulp_ops; in tcp_diag_get_aux_size()
99 const struct tcp_ulp_ops *icsk_ulp_ops;
2118 struct tcp_ulp_ops { struct2134 int tcp_register_ulp(struct tcp_ulp_ops *type); argument2135 void tcp_unregister_ulp(struct tcp_ulp_ops *type);
898 static struct tcp_ulp_ops tcp_tls_ulp_ops __read_mostly = {