Searched refs:ipv6_route_seq_next (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_fib.c | 2580 static void *ipv6_route_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ipv6_route_seq_next() function 2630 return ipv6_route_seq_next(seq, NULL, &p); in __acquires() 2712 .next = ipv6_route_seq_next,
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_fib.c | 2581 static void *ipv6_route_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ipv6_route_seq_next() function 2631 return ipv6_route_seq_next(seq, NULL, &p); in __acquires() 2713 .next = ipv6_route_seq_next,
|
Completed in 7 milliseconds