Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Draw.c1011 static struct sock *raw_get_idx(struct seq_file *seq, loff_t pos) in raw_get_idx() function
1027 return *pos ? raw_get_idx(seq, *pos - 1) : SEQ_START_TOKEN;
/kernel/linux/linux-6.6/net/ipv4/
H A Draw.c978 static struct sock *raw_get_idx(struct seq_file *seq, loff_t pos) in raw_get_idx() function
995 return *pos ? raw_get_idx(seq, *pos - 1) : SEQ_START_TOKEN;

Completed in 4 milliseconds