Home
last modified time | relevance | path

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

/linux/net/phonet/
H A Dsocket.c516 static struct sock *pn_sock_get_idx(struct seq_file *seq, loff_t pos) in pn_sock_get_idx() function
551 return *pos ? pn_sock_get_idx(seq, *pos - 1) : SEQ_START_TOKEN; in pn_sock_seq_start()
559 sk = pn_sock_get_idx(seq, 0); in pn_sock_seq_next()