Home
last modified time | relevance | path

Searched refs:tcp_ulp_ops (Results 1 – 11 of 11) 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.c89 const struct tcp_ulp_ops *ulp_ops, bool net_admin) in tcp_diag_put_ulp()
119 const struct tcp_ulp_ops *ulp_ops; in tcp_diag_get_aux()
170 const struct tcp_ulp_ops *ulp_ops; in tcp_diag_get_aux_size()
/linux/net/mptcp/
H A Ddiag.c116 void mptcp_diag_subflow_init(struct tcp_ulp_ops *ops) in mptcp_diag_subflow_init()
H A Dprotocol.h1218 void mptcp_diag_subflow_init(struct tcp_ulp_ops *ops);
H A Dsubflow.c2102 static struct tcp_ulp_ops subflow_ulp_ops __read_mostly = {
/linux/Documentation/networking/net_cachelines/
H A Dinet_connection_sock.rst24 struct tcp_ulp_ops* icsk_ulp_ops
/linux/include/net/
H A Dinet_connection_sock.h93 const struct tcp_ulp_ops *icsk_ulp_ops;
H A Dtcp.h2677 struct tcp_ulp_ops { struct
2697 int tcp_register_ulp(struct tcp_ulp_ops *type); argument
2698 void tcp_unregister_ulp(struct tcp_ulp_ops *type);
/linux/net/xfrm/
H A Despintcp.c578 static struct tcp_ulp_ops espintcp_ulp __read_mostly = {
/linux/net/tls/
H A Dtls_main.c1166 static struct tcp_ulp_ops tcp_tls_ulp_ops __read_mostly = {
/linux/net/smc/
H A Daf_smc.c3463 static struct tcp_ulp_ops smc_ulp_ops __read_mostly = { in smc_ulp_clone()