Home
last modified time | relevance | path

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

/linux-6.12.1/net/phonet/
Dsocket.c691 static struct sock **pn_res_get_idx(struct seq_file *seq, loff_t pos) in pn_res_get_idx() function
726 return *pos ? pn_res_get_idx(seq, *pos - 1) : SEQ_START_TOKEN; in pn_res_seq_start()
734 sk = pn_res_get_idx(seq, 0); in pn_res_seq_next()