Home
last modified time | relevance | path

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

/linux-4.4.14/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()
359 entry = neighbour_priv(n); in clip_start_xmit()
473 entry = neighbour_priv(neigh); in clip_setentry()
833 return clip_seq_vcc_walk(state, neighbour_priv(n), pos); in clip_seq_sub_iter()
855 atmarp_info(seq, n, neighbour_priv(n), vcc); in clip_seq_show()
/linux-4.4.14/include/net/
Dneighbour.h238 static inline void *neighbour_priv(const struct neighbour *n) in neighbour_priv() function