Searched refs:tcp_ulp_ops (Results 1 – 10 of 10) 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()34 static const struct tcp_ulp_ops *__tcp_ulp_find_autoload(const char *name) in __tcp_ulp_find_autoload()36 const struct tcp_ulp_ops *ulp = NULL; in __tcp_ulp_find_autoload()59 int tcp_register_ulp(struct tcp_ulp_ops *ulp) in tcp_register_ulp()74 void tcp_unregister_ulp(struct tcp_ulp_ops *ulp) in tcp_unregister_ulp()87 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()156 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()
100 void mptcp_diag_subflow_init(struct tcp_ulp_ops *ops) in mptcp_diag_subflow_init()
504 void mptcp_diag_subflow_init(struct tcp_ulp_ops *ops);
1394 static struct tcp_ulp_ops subflow_ulp_ops __read_mostly = {
96 const struct tcp_ulp_ops *icsk_ulp_ops;
2216 struct tcp_ulp_ops { struct2236 int tcp_register_ulp(struct tcp_ulp_ops *type); argument2237 void tcp_unregister_ulp(struct tcp_ulp_ops *type);
570 static struct tcp_ulp_ops espintcp_ulp __read_mostly = {
893 static struct tcp_ulp_ops tcp_tls_ulp_ops __read_mostly = {
1293 struct tcp_ulp_ops nip_icsk_ulp_ops = {