Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Dip6mr.c351 static struct mfc6_cache *ipmr_mfc_seq_idx(struct net *net, in ipmr_mfc_seq_idx() function
498 return *pos ? ipmr_mfc_seq_idx(net, seq->private, *pos - 1) in ipmr_mfc_seq_start()
512 return ipmr_mfc_seq_idx(net, seq->private, 0); in ipmr_mfc_seq_next()
/linux-4.4.14/net/ipv4/
Dipmr.c2534 static struct mfc_cache *ipmr_mfc_seq_idx(struct net *net, in ipmr_mfc_seq_idx() function
2574 return *pos ? ipmr_mfc_seq_idx(net, seq->private, *pos - 1) in ipmr_mfc_seq_start()
2588 return ipmr_mfc_seq_idx(net, seq->private, 0); in ipmr_mfc_seq_next()