Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dtcp_ipv4.c2443 static void *tcp_get_idx(struct seq_file *seq, loff_t pos) in tcp_get_idx() function
2509 rc = *pos ? tcp_get_idx(seq, *pos - 1) : SEQ_START_TOKEN; in tcp_seq_start()
2523 rc = tcp_get_idx(seq, 0); in tcp_seq_next()