Lines Matching refs:neighbour
88 static bool ndisc_key_eq(const struct neighbour *neigh, const void *pkey);
89 static int ndisc_constructor(struct neighbour *neigh);
90 static void ndisc_solicit(struct neighbour *neigh, struct sk_buff *skb);
91 static void ndisc_error_report(struct neighbour *neigh, struct sk_buff *skb);
302 static bool ndisc_key_eq(const struct neighbour *n, const void *pkey) in ndisc_key_eq()
307 static int ndisc_constructor(struct neighbour *neigh) in ndisc_constructor()
650 static void ndisc_error_report(struct neighbour *neigh, struct sk_buff *skb) in ndisc_error_report()
662 static void ndisc_solicit(struct neighbour *neigh, struct sk_buff *skb) in ndisc_solicit()
717 struct neighbour *neigh; in ndisc_recv_ns()
887 struct neighbour *neigh; in ndisc_recv_na()
984 struct neighbour *neigh; in ndisc_recv_rs()
1084 struct neighbour *neigh = NULL; in ndisc_router_discovery()
1545 struct neighbour *neigh = dst_neigh_lookup(skb_dst(skb), target); in ndisc_send_redirect()