Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv6/
Dip6mr.c352 static struct mfc6_cache *ipmr_mfc_seq_idx(struct net *net, in ipmr_mfc_seq_idx() function
499 return *pos ? ipmr_mfc_seq_idx(net, seq->private, *pos - 1) in ipmr_mfc_seq_start()
513 return ipmr_mfc_seq_idx(net, seq->private, 0); in ipmr_mfc_seq_next()
/linux-4.1.27/net/ipv4/
Dipmr.c2542 static struct mfc_cache *ipmr_mfc_seq_idx(struct net *net, in ipmr_mfc_seq_idx() function
2582 return *pos ? ipmr_mfc_seq_idx(net, seq->private, *pos - 1) in ipmr_mfc_seq_start()
2596 return ipmr_mfc_seq_idx(net, seq->private, 0); in ipmr_mfc_seq_next()