X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Fnet%2Fprotocol.h;h=bf36ca34af7ad255b9eb821cbed0a70abad993f5;hb=71bbe25d01fa4f35551ff7bffc3e03ddd3e960cd;hp=da689f5432dee2c9e84718abb0cc842305b22a68;hpb=5f1b5664d97842bc5dba40c2053bf95270b6ff7a;p=cascardo%2Flinux.git 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); void inet_register_protosw(struct inet_protosw *p); void inet_unregister_protosw(struct inet_protosw *p); -int udp_add_offload(struct net *net, struct udp_offload *prot); -void udp_del_offload(struct udp_offload *prot); - #if IS_ENABLED(CONFIG_IPV6) int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char num); int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char num);