Lines Matching refs:neighbour
87 static bool ndisc_key_eq(const struct neighbour *neigh, const void *pkey);
88 static int ndisc_constructor(struct neighbour *neigh);
89 static void ndisc_solicit(struct neighbour *neigh, struct sk_buff *skb);
90 static void ndisc_error_report(struct neighbour *neigh, struct sk_buff *skb);
300 static bool ndisc_key_eq(const struct neighbour *n, const void *pkey) in ndisc_key_eq()
305 static int ndisc_constructor(struct neighbour *neigh) in ndisc_constructor()
477 void ndisc_send_na(struct net_device *dev, struct neighbour *neigh, in ndisc_send_na()
554 void ndisc_send_ns(struct net_device *dev, struct neighbour *neigh, in ndisc_send_ns()
647 static void ndisc_error_report(struct neighbour *neigh, struct sk_buff *skb) in ndisc_error_report()
659 static void ndisc_solicit(struct neighbour *neigh, struct sk_buff *skb) in ndisc_solicit()
714 struct neighbour *neigh; in ndisc_recv_ns()
873 struct neighbour *neigh; in ndisc_recv_na()
970 struct neighbour *neigh; in ndisc_recv_rs()
1070 struct neighbour *neigh = NULL; in ndisc_router_discovery()
1515 struct neighbour *neigh = dst_neigh_lookup(skb_dst(skb), target); in ndisc_send_redirect()