Home
last modified time | relevance | path

Searched refs:neighbour_priv (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/atm/
Dclip.c122 struct atmarp_entry *entry = neighbour_priv(n); in neigh_check_cb()
291 struct atmarp_entry *entry = neighbour_priv(neigh); in clip_constructor()
356 entry = neighbour_priv(n); in clip_start_xmit()
470 entry = neighbour_priv(neigh); in clip_setentry()
830 return clip_seq_vcc_walk(state, neighbour_priv(n), pos); in clip_seq_sub_iter()
852 atmarp_info(seq, n, neighbour_priv(n), vcc); in clip_seq_show()
/linux-4.1.27/include/net/
Dneighbour.h237 static inline void *neighbour_priv(const struct neighbour *n) in neighbour_priv() function