Lines Matching defs:neigh
877 struct neighbour *neigh = NULL;
881 neigh = dst_neigh_lookup(skb_dst(skb), &iph6->daddr);
883 if (!neigh) {
888 addr6 = (const struct in6_addr *)&neigh->primary_key;
897 neigh_release(neigh);
906 struct neighbour *neigh = NULL;
910 neigh = dst_neigh_lookup(skb_dst(skb), &iph6->daddr);
912 if (!neigh) {
917 addr6 = (const struct in6_addr *)&neigh->primary_key;
930 neigh_release(neigh);