Lines Matching defs:neigh
878 struct neighbour *neigh = NULL;
882 neigh = dst_neigh_lookup(skb_dst(skb), &iph6->daddr);
884 if (!neigh) {
889 addr6 = (const struct in6_addr *)&neigh->primary_key;
898 neigh_release(neigh);
907 struct neighbour *neigh = NULL;
911 neigh = dst_neigh_lookup(skb_dst(skb), &iph6->daddr);
913 if (!neigh) {
918 addr6 = (const struct in6_addr *)&neigh->primary_key;
931 neigh_release(neigh);