patch-2.1.79 linux/include/net/sock.h

Next file: linux/kernel/exit.c
Previous file: linux/include/net/route.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.78/linux/include/net/sock.h linux/include/net/sock.h
@@ -168,14 +168,6 @@
 	struct device		*oif;
 
 	struct ipv6_mc_socklist	*ipv6_mc_list;
-	/* 
-	 * destination cache entry pointer
-	 * contains a pointer to neighbour cache
-	 * and other info related to network level 
-	 * (ex. PMTU)
-	 */
-	
-	struct dst_entry	*dst;
 	__u32			dst_cookie;
 
 	struct ipv6_options	*opt;
@@ -785,6 +777,9 @@
 						     unsigned long fallback,
 						     int noblock,
 						     int *errcode);
+extern void *sock_kmalloc(struct sock *sk, int size, int priority);
+extern void sock_kfree_s(struct sock *sk, void *mem, int size);
+
 
 /*
  * Functions to fill in entries in struct proto_ops when a protocol

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov