Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_ulp.c21 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()
H A Dtcp_diag.c86 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()
/linux/net/mptcp/
H A Ddiag.c106 void mptcp_diag_subflow_init(struct tcp_ulp_ops *ops) in mptcp_diag_subflow_init()
H A Dprotocol.h1169 void mptcp_diag_subflow_init(struct tcp_ulp_ops *ops);
H A Dsubflow.c2110 static struct tcp_ulp_ops subflow_ulp_ops __read_mostly = {
/linux/include/net/
H A Dinet_connection_sock.h97 const struct tcp_ulp_ops *icsk_ulp_ops;
H A Dtcp.h2563 struct tcp_ulp_ops { struct
2583 int tcp_register_ulp(struct tcp_ulp_ops *type); argument
2584 void tcp_unregister_ulp(struct tcp_ulp_ops *type);
/linux/net/xfrm/
H A Despintcp.c580 static struct tcp_ulp_ops espintcp_ulp __read_mostly = {
/linux/net/tls/
H A Dtls_main.c1120 static struct tcp_ulp_ops tcp_tls_ulp_ops __read_mostly = {
/linux/net/smc/
H A Daf_smc.c3447 static struct tcp_ulp_ops smc_ulp_ops __read_mostly = {