Lines Matching refs:neighbour
127 static bool arp_key_eq(const struct neighbour *n, const void *pkey);
128 static int arp_constructor(struct neighbour *neigh);
129 static void arp_solicit(struct neighbour *neigh, struct sk_buff *skb);
130 static void arp_error_report(struct neighbour *neigh, struct sk_buff *skb);
219 static bool arp_key_eq(const struct neighbour *neigh, const void *pkey) in arp_key_eq()
224 static int arp_constructor(struct neighbour *neigh) in arp_constructor()
290 static void arp_error_report(struct neighbour *neigh, struct sk_buff *skb) in arp_error_report()
329 static void arp_solicit(struct neighbour *neigh, struct sk_buff *skb) in arp_solicit()
659 struct neighbour *n; in arp_process()
974 struct neighbour *neigh; in arp_req_set()
1029 static unsigned int arp_state_to_flags(struct neighbour *neigh) in arp_state_to_flags()
1046 struct neighbour *neigh; in arp_req_get()
1067 struct neighbour *neigh = neigh_lookup(&arp_tbl, &ip, dev); in arp_invalidate()
1285 struct neighbour *n) in arp_format_neigh_entry()