Home
last modified time | relevance | path

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

/openbmc/linux/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 pn_res_seq_start()
735 sk = pn_res_get_idx(seq, 0); in pn_res_seq_next()