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()159 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()
106 void mptcp_diag_subflow_init(struct tcp_ulp_ops *ops) in mptcp_diag_subflow_init()
1169 void mptcp_diag_subflow_init(struct tcp_ulp_ops *ops);
2110 static struct tcp_ulp_ops subflow_ulp_ops __read_mostly = {
97 const struct tcp_ulp_ops *icsk_ulp_ops;
2563 struct tcp_ulp_ops { struct2583 int tcp_register_ulp(struct tcp_ulp_ops *type); argument2584 void tcp_unregister_ulp(struct tcp_ulp_ops *type);
580 static struct tcp_ulp_ops espintcp_ulp __read_mostly = {
1120 static struct tcp_ulp_ops tcp_tls_ulp_ops __read_mostly = {
3447 static struct tcp_ulp_ops smc_ulp_ops __read_mostly = {