Home
last modified time | relevance | path

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

/linux/include/net/
H A Dping.h76 void *ping_seq_next(struct seq_file *seq, void *v, loff_t *pos);
/linux/net/ipv4/
H A Dping.c1093 void *ping_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ping_seq_next() function
1105 EXPORT_SYMBOL_GPL(ping_seq_next);
1154 .next = ping_seq_next,