]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/protocol.h
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszer...
[karo-tx-linux.git] / include / net / protocol.h
index d6fcc1fcdb5b0928a0bd89279e11819a9cc3169d..da689f5432dee2c9e84718abb0cc842305b22a68 100644 (file)
@@ -107,7 +107,7 @@ 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 udp_offload *prot);
+int  udp_add_offload(struct net *net, struct udp_offload *prot);
 void udp_del_offload(struct udp_offload *prot);
 
 #if IS_ENABLED(CONFIG_IPV6)