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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dipmr.c2268 static struct mfc_cache *ipmr_mfc_seq_idx(struct net *net, function
2308 return *pos ? ipmr_mfc_seq_idx(net, seq->private, *pos - 1)
2322 return ipmr_mfc_seq_idx(net, seq->private, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6mr.c341 static struct mfc6_cache *ipmr_mfc_seq_idx(struct net *net, function
488 return *pos ? ipmr_mfc_seq_idx(net, seq->private, *pos - 1)
502 return ipmr_mfc_seq_idx(net, seq->private, 0);

Completed in 38 milliseconds