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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_ipv4.c2211 static void *tcp_get_idx(struct seq_file *seq, loff_t pos) function
2277 rc = *pos ? tcp_get_idx(seq, *pos - 1) : SEQ_START_TOKEN;
2290 rc = tcp_get_idx(seq, 0);

Completed in 19 milliseconds