Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_ipv4.c2438 static void *tcp_get_idx(struct seq_file *seq, loff_t pos) in tcp_get_idx() function
2503 rc = *pos ? tcp_get_idx(seq, *pos - 1) : SEQ_START_TOKEN; in tcp_seq_start()
2517 rc = tcp_get_idx(seq, 0); in tcp_seq_next()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_ipv4.c2506 static void *tcp_get_idx(struct seq_file *seq, loff_t pos) in tcp_get_idx() function
2571 rc = *pos ? tcp_get_idx(seq, *pos - 1) : SEQ_START_TOKEN; in tcp_seq_start()
2585 rc = tcp_get_idx(seq, 0); in tcp_seq_next()

Completed in 8 milliseconds