Searched refs:tcp_ulp_ops (Results 1 – 5 of 5) sorted by relevance
20 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 …]
103 const struct tcp_ulp_ops *icsk_ulp_ops;
2048 struct tcp_ulp_ops { struct2061 int tcp_register_ulp(struct tcp_ulp_ops *type); argument2062 void tcp_unregister_ulp(struct tcp_ulp_ops *type);
726 static struct tcp_ulp_ops tcp_tls_ulp_ops __read_mostly = {
416 static struct tcp_ulp_ops bpf_tcp_ulp_ops __read_mostly = {