Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dudp.c2964 static struct sock *udp_get_idx(struct seq_file *seq, loff_t pos) in udp_get_idx() function
2979 return *pos ? udp_get_idx(seq, *pos-1) : SEQ_START_TOKEN; in udp_seq_start()
2988 sk = udp_get_idx(seq, 0); in udp_seq_next()
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp.c3014 static struct sock *udp_get_idx(struct seq_file *seq, loff_t pos) in udp_get_idx() function
3029 return *pos ? udp_get_idx(seq, *pos-1) : SEQ_START_TOKEN; in udp_seq_start()
3038 sk = udp_get_idx(seq, 0); in udp_seq_next()

Completed in 10 milliseconds