Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dnet-procfs.c196 static void *ptype_get_idx(struct seq_file *seq, loff_t pos) in ptype_get_idx() function
233 return *pos ? ptype_get_idx(seq, *pos - 1) : SEQ_START_TOKEN; in __acquires()
245 return ptype_get_idx(seq, 0); in ptype_seq_next()
/kernel/linux/linux-6.6/net/core/
H A Dnet-procfs.c203 static void *ptype_get_idx(struct seq_file *seq, loff_t pos) in ptype_get_idx() function
240 return *pos ? ptype_get_idx(seq, *pos - 1) : SEQ_START_TOKEN; in __acquires()
252 return ptype_get_idx(seq, 0); in ptype_seq_next()

Completed in 2 milliseconds