Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dping.c1081 static struct sock *ping_get_idx(struct seq_file *seq, loff_t pos) in ping_get_idx() function
1100 return *pos ? ping_get_idx(seq, *pos-1) : SEQ_START_TOKEN; in ping_seq_start()
1114 sk = ping_get_idx(seq, 0); in ping_seq_next()