From 244b2c5ca8b14627e4a17755e5922221e121c771 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 09 Oct 2024 06:15:07 +0000
Subject: [PATCH] change system file
---
kernel/include/net/udplite.h | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/kernel/include/net/udplite.h b/kernel/include/net/udplite.h
index 9185e45..c59ba86 100644
--- a/kernel/include/net/udplite.h
+++ b/kernel/include/net/udplite.h
@@ -24,14 +24,6 @@
return copy_from_iter_full(to, len, &msg->msg_iter) ? 0 : -EFAULT;
}
-/* Designate sk as UDP-Lite socket */
-static inline int udplite_sk_init(struct sock *sk)
-{
- udp_init_sock(sk);
- udp_sk(sk)->pcflag = UDPLITE_BIT;
- return 0;
-}
-
/*
* Checksumming routines
*/
--
Gitblit v1.6.2