]> err.no Git - linux-2.6/blobdiff - drivers/infiniband/ulp/ipoib/ipoib.h
IPoIB: Consolidate private neighbour data handling
[linux-2.6] / drivers / infiniband / ulp / ipoib / ipoib.h
index b640107fb732c4348e2d9d535ae8eb545913eba3..374109df730353f9d9d7e5d711ade4e7684e6bfa 100644 (file)
@@ -230,6 +230,9 @@ static inline struct ipoib_neigh **to_ipoib_neigh(struct neighbour *neigh)
                                     INFINIBAND_ALEN, sizeof(void *));
 }
 
+struct ipoib_neigh *ipoib_neigh_alloc(struct neighbour *neigh);
+void ipoib_neigh_free(struct ipoib_neigh *neigh);
+
 extern struct workqueue_struct *ipoib_workqueue;
 
 /* functions */