Home
last modified time | relevance | path

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

/openbmc/linux/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 ptype_seq_start()
252 return ptype_get_idx(seq, 0); in ptype_seq_next()