Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_ulp.c20 static struct tcp_ulp_ops *tcp_ulp_find(const char *name) in tcp_ulp_find()
22 struct tcp_ulp_ops *e; in tcp_ulp_find()
32 static struct tcp_ulp_ops *tcp_ulp_find_id(const int ulp) in tcp_ulp_find_id()
34 struct tcp_ulp_ops *e; in tcp_ulp_find_id()
44 static const struct tcp_ulp_ops *__tcp_ulp_find_autoload(const char *name) in __tcp_ulp_find_autoload()
46 const struct tcp_ulp_ops *ulp = NULL; in __tcp_ulp_find_autoload()
66 static const struct tcp_ulp_ops *__tcp_ulp_lookup(const int uid) in __tcp_ulp_lookup()
68 const struct tcp_ulp_ops *ulp; in __tcp_ulp_lookup()
81 int tcp_register_ulp(struct tcp_ulp_ops *ulp) in tcp_register_ulp()
96 void tcp_unregister_ulp(struct tcp_ulp_ops *ulp) in tcp_unregister_ulp()
[all …]
/Linux-v4.19/include/net/
Dinet_connection_sock.h103 const struct tcp_ulp_ops *icsk_ulp_ops;
Dtcp.h2048 struct tcp_ulp_ops { struct
2061 int tcp_register_ulp(struct tcp_ulp_ops *type); argument
2062 void tcp_unregister_ulp(struct tcp_ulp_ops *type);
/Linux-v4.19/net/tls/
Dtls_main.c726 static struct tcp_ulp_ops tcp_tls_ulp_ops __read_mostly = {
/Linux-v4.19/kernel/bpf/
Dsockmap.c416 static struct tcp_ulp_ops bpf_tcp_ulp_ops __read_mostly = {