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);
218 static bool arp_key_eq(const struct neighbour *neigh, const void *pkey) in arp_key_eq()
223 static int arp_constructor(struct neighbour *neigh) in arp_constructor()
294 static void arp_error_report(struct neighbour *neigh, struct sk_buff *skb) in arp_error_report()
333 static void arp_solicit(struct neighbour *neigh, struct sk_buff *skb) in arp_solicit()
710 struct neighbour *n; in arp_process()
1049 struct neighbour *neigh; in arp_req_set()
1104 static unsigned int arp_state_to_flags(struct neighbour *neigh) in arp_state_to_flags()
1121 struct neighbour *neigh; in arp_req_get()
1142 struct neighbour *neigh = neigh_lookup(&arp_tbl, &ip, dev); in arp_invalidate()
1366 struct neighbour *n) in arp_format_neigh_entry()