Lines Matching full:neighbour
132 /* The neighbour entry n->lock is held. */
133 static int neigh_check_cb(struct neighbour *n) in neigh_check_cb()
277 static void clip_neigh_solicit(struct neighbour *neigh, struct sk_buff *skb) in clip_neigh_solicit()
285 static void clip_neigh_error(struct neighbour *neigh, struct sk_buff *skb) in clip_neigh_error()
301 static int clip_constructor(struct net_device *dev, struct neighbour *neigh) in clip_constructor()
325 * to allocate the neighbour entry but not to ask atmarpd for resolution. Also,
345 struct neighbour *n; in clip_start_xmit()
366 pr_err("NO NEIGHBOUR !\n"); in clip_start_xmit()
388 pr_debug("using neighbour %p, vcc %p\n", n, vcc); in clip_start_xmit()
459 struct neighbour *neigh; in clip_setentry()
764 /* This means the neighbour entry has no attached VCC objects. */
767 static void atmarp_info(struct seq_file *seq, struct neighbour *n, in atmarp_info()
857 struct neighbour *n, loff_t * pos) in clip_seq_sub_iter()
884 struct neighbour *n = v; in clip_seq_show()