diff options
Diffstat (limited to 'include/net/protocol.h')
-rw-r--r-- | include/net/protocol.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/protocol.h b/include/net/protocol.h index da689f5432de..bf36ca34af7a 100644 --- a/include/net/protocol.h +++ b/include/net/protocol.h | |||
@@ -107,9 +107,6 @@ int inet_del_offload(const struct net_offload *prot, unsigned char num); | |||
107 | void inet_register_protosw(struct inet_protosw *p); | 107 | void inet_register_protosw(struct inet_protosw *p); |
108 | void inet_unregister_protosw(struct inet_protosw *p); | 108 | void inet_unregister_protosw(struct inet_protosw *p); |
109 | 109 | ||
110 | int udp_add_offload(struct net *net, struct udp_offload *prot); | ||
111 | void udp_del_offload(struct udp_offload *prot); | ||
112 | |||
113 | #if IS_ENABLED(CONFIG_IPV6) | 110 | #if IS_ENABLED(CONFIG_IPV6) |
114 | int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char num); | 111 | int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char num); |
115 | int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char num); | 112 | int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char num); |