]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - include/net/inet_sock.h
net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tracepoint
[mirror_ubuntu-jammy-kernel.git] / include / net / inet_sock.h
index 39efb968b7a4cc9f5ea06ce5e5670ef60c5f7505..a3431a4ff9cca26fca06f7bf665c43c9eaf397ac 100644 (file)
@@ -290,6 +290,8 @@ static inline void inet_sk_copy_descendant(struct sock *sk_to,
 #endif
 
 int inet_sk_rebuild_header(struct sock *sk);
+void inet_sk_set_state(struct sock *sk, int state);
+void inet_sk_state_store(struct sock *sk, int newstate);
 
 static inline unsigned int __inet_ehashfn(const __be32 laddr,
                                          const __u16 lport,