Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
Draw.c989 static struct sock *raw_get_idx(struct seq_file *seq, loff_t pos) in raw_get_idx() function
1006 return *pos ? raw_get_idx(seq, *pos - 1) : SEQ_START_TOKEN; in raw_seq_start()