Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv4/ !
Dudp.c3022 static struct sock *udp_get_idx(struct seq_file *seq, loff_t pos) in udp_get_idx() function
3037 return *pos ? udp_get_idx(seq, *pos-1) : SEQ_START_TOKEN; in udp_seq_start()
3046 sk = udp_get_idx(seq, 0); in udp_seq_next()