Lines Matching refs:neighbour
123 static bool arp_key_eq(const struct neighbour *n, const void *pkey);
124 static int arp_constructor(struct neighbour *neigh);
125 static void arp_solicit(struct neighbour *neigh, struct sk_buff *skb);
126 static void arp_error_report(struct neighbour *neigh, struct sk_buff *skb);
217 static bool arp_key_eq(const struct neighbour *neigh, const void *pkey) in arp_key_eq()
222 static int arp_constructor(struct neighbour *neigh) in arp_constructor()
293 static void arp_error_report(struct neighbour *neigh, struct sk_buff *skb) in arp_error_report()
332 static void arp_solicit(struct neighbour *neigh, struct sk_buff *skb) in arp_solicit()
689 struct neighbour *n; in arp_process()
1028 struct neighbour *neigh; in arp_req_set()
1083 static unsigned int arp_state_to_flags(struct neighbour *neigh) in arp_state_to_flags()
1100 struct neighbour *neigh; in arp_req_get()
1121 struct neighbour *neigh = neigh_lookup(&arp_tbl, &ip, dev); in arp_invalidate()
1355 struct neighbour *n) in arp_format_neigh_entry()