hc
2024-05-10 ee930fffee469d076998274a2ca55e13dc1efb67
kernel/include/net/udplite.h
....@@ -24,14 +24,6 @@
2424 return copy_from_iter_full(to, len, &msg->msg_iter) ? 0 : -EFAULT;
2525 }
2626
27
-/* Designate sk as UDP-Lite socket */
28
-static inline int udplite_sk_init(struct sock *sk)
29
-{
30
- udp_init_sock(sk);
31
- udp_sk(sk)->pcflag = UDPLITE_BIT;
32
- return 0;
33
-}
34
-
3527 /*
3628 * Checksumming routines
3729 */