Lines Matching refs:nr_neigh
89 struct nr_neigh {
106 struct nr_neigh *neighbour;
121 * nr_node & nr_neigh lists, refcounting and locking
137 static __inline__ void nr_neigh_put(struct nr_neigh *nr_neigh)
139 if (refcount_dec_and_test(&nr_neigh->refcount)) {
140 if (nr_neigh->ax25)
141 ax25_cb_put(nr_neigh->ax25);
142 kfree(nr_neigh->digipeat);
143 kfree(nr_neigh);