Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Digmp.c2813 static struct ip_mc_list *igmp_mc_get_idx(struct seq_file *seq, loff_t pos) in igmp_mc_get_idx() function
2826 return *pos ? igmp_mc_get_idx(seq, *pos - 1) : SEQ_START_TOKEN; in igmp_mc_seq_start()