Lines Matching refs:neighbour
125 static bool arp_key_eq(const struct neighbour *n, const void *pkey);
126 static int arp_constructor(struct neighbour *neigh);
127 static void arp_solicit(struct neighbour *neigh, struct sk_buff *skb);
128 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()
288 static void arp_error_report(struct neighbour *neigh, struct sk_buff *skb) in arp_error_report()
294 static void arp_solicit(struct neighbour *neigh, struct sk_buff *skb) in arp_solicit()
640 struct neighbour *n; in arp_process()
943 struct neighbour *neigh; in arp_req_set()
998 static unsigned int arp_state_to_flags(struct neighbour *neigh) in arp_state_to_flags()
1015 struct neighbour *neigh; in arp_req_get()
1034 struct neighbour *neigh = neigh_lookup(&arp_tbl, &ip, dev); in arp_invalidate()
1252 struct neighbour *n) in arp_format_neigh_entry()