Searched refs:neigh_get_next (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | neighbour.c | 3094 static struct neighbour *neigh_get_next(struct seq_file *seq, in neigh_get_next() function 3149 n = neigh_get_next(seq, n, pos); in neigh_get_idx() 3264 rc = neigh_get_next(seq, v, NULL); in neigh_seq_next()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | neighbour.c | 3227 static struct neighbour *neigh_get_next(struct seq_file *seq, in neigh_get_next() function 3282 n = neigh_get_next(seq, n, pos); in neigh_get_idx() 3397 rc = neigh_get_next(seq, v, NULL); in neigh_seq_next()
|
Completed in 9 milliseconds