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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Droute.c302 static struct rtable *rt_cache_get_idx(struct seq_file *seq, loff_t pos) function
314 return *pos ? rt_cache_get_idx(seq, *pos - 1) : SEQ_START_TOKEN;

Completed in 95 milliseconds