Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/phonet/
H A Dsocket.c520 static struct sock *pn_sock_get_idx(struct seq_file *seq, loff_t pos) in pn_sock_get_idx() function
555 return *pos ? pn_sock_get_idx(seq, *pos - 1) : SEQ_START_TOKEN; in __acquires()
563 sk = pn_sock_get_idx(seq, 0); in pn_sock_seq_next()
/kernel/linux/linux-6.6/net/phonet/
H A Dsocket.c517 static struct sock *pn_sock_get_idx(struct seq_file *seq, loff_t pos) in pn_sock_get_idx() function
552 return *pos ? pn_sock_get_idx(seq, *pos - 1) : SEQ_START_TOKEN; in __acquires()
560 sk = pn_sock_get_idx(seq, 0); in pn_sock_seq_next()

Completed in 3 milliseconds