Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/phonet/
H A Dsocket.c695 static struct sock **pn_res_get_idx(struct seq_file *seq, loff_t pos) in pn_res_get_idx() function
730 return *pos ? pn_res_get_idx(seq, *pos - 1) : SEQ_START_TOKEN; in __acquires()
738 sk = pn_res_get_idx(seq, 0); in pn_res_seq_next()
/kernel/linux/linux-6.6/net/phonet/
H A Dsocket.c692 static struct sock **pn_res_get_idx(struct seq_file *seq, loff_t pos) in pn_res_get_idx() function
727 return *pos ? pn_res_get_idx(seq, *pos - 1) : SEQ_START_TOKEN; in __acquires()
735 sk = pn_res_get_idx(seq, 0); in pn_res_seq_next()

Completed in 3 milliseconds