Home
last modified time | relevance | path

Searched refs:ping_get_first (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dping.c1023 static struct sock *ping_get_first(struct seq_file *seq, int start) in ping_get_first() function
1060 return ping_get_first(seq, state->bucket + 1); in ping_get_next()
1066 struct sock *sk = ping_get_first(seq, 0); in ping_get_idx()
/kernel/linux/linux-6.6/net/ipv4/
H A Dping.c1026 static struct sock *ping_get_first(struct seq_file *seq, int start) in ping_get_first() function
1062 return ping_get_first(seq, state->bucket + 1); in ping_get_next()
1068 struct sock *sk = ping_get_first(seq, 0); in ping_get_idx()

Completed in 3 milliseconds