Searched defs:neighbour (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c464 if (ipoib_cm_enabled(dev, neigh->neighbour)) {
559 static void neigh_add_path(struct sk_buff *skb, struct neighbour *n, struct net_device *dev)
592 if (ipoib_cm_enabled(dev, neigh->neighbour)) {
639 static void ipoib_path_lookup(struct sk_buff *skb, struct neighbour *n, struct net_device *dev)
713 struct neighbour *n = NULL;
853 static void ipoib_neigh_cleanup(struct neighbour *n)
883 struct ipoib_neigh *ipoib_neigh_alloc(struct neighbour *neighbour, argument
892 neigh->neighbour = neighbour;
[all...]
H A Dipoib.h46 #include <net/neighbour.h>
383 struct neighbour *neighbour; member in struct:ipoib_neigh
398 * We stash a pointer to our private neighbour information after our
403 static inline struct ipoib_neigh **to_ipoib_neigh(struct neighbour *neigh)
405 return (void*) neigh + ALIGN(offsetof(struct neighbour, ha) +
409 struct ipoib_neigh *ipoib_neigh_alloc(struct neighbour *neigh,
520 static inline int ipoib_cm_enabled(struct net_device *dev, struct neighbour *n)
578 static inline int ipoib_cm_enabled(struct net_device *dev, struct neighbour *n)

Completed in 31 milliseconds