Lines Matching full:neighbour
120 /* The neighbour entry n->lock is held. */
121 static int neigh_check_cb(struct neighbour *n) in neigh_check_cb()
266 static void clip_neigh_solicit(struct neighbour *neigh, struct sk_buff *skb) in clip_neigh_solicit()
274 static void clip_neigh_error(struct neighbour *neigh, struct sk_buff *skb) in clip_neigh_error()
290 static int clip_constructor(struct net_device *dev, struct neighbour *neigh) in clip_constructor()
314 * to allocate the neighbour entry but not to ask atmarpd for resolution. Also,
334 struct neighbour *n; in clip_start_xmit()
355 pr_err("NO NEIGHBOUR !\n"); in clip_start_xmit()
377 pr_debug("using neighbour %p, vcc %p\n", n, vcc); in clip_start_xmit()
446 struct neighbour *neigh; in clip_setentry()
733 /* This means the neighbour entry has no attached VCC objects. */
736 static void atmarp_info(struct seq_file *seq, struct neighbour *n, in atmarp_info()
826 struct neighbour *n, loff_t * pos) in clip_seq_sub_iter()
853 struct neighbour *n = v; in clip_seq_show()