Searched refs:ipmr_mfc_seq_idx (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/net/ipv6/ |
| D | ip6mr.c | 351 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/ |
| D | ipmr.c | 2534 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()
|