]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/raw.h
Revert "kdump, vmcoreinfo: report memory sections virtual addresses"
[karo-tx-linux.git] / include / net / raw.h
index 3e789008394d32f0faba9e170b1fa5f09dbbe7f4..57c33dd22ec4dcb3955f3a6297631f9fab7e7237 100644 (file)
 
 extern struct proto raw_prot;
 
+extern struct raw_hashinfo raw_v4_hashinfo;
+struct sock *__raw_v4_lookup(struct net *net, struct sock *sk,
+                            unsigned short num, __be32 raddr,
+                            __be32 laddr, int dif);
+
+int raw_abort(struct sock *sk, int err);
 void raw_icmp_error(struct sk_buff *, int, u32);
 int raw_local_deliver(struct sk_buff *, int);