Lines Matching refs:nsrcs
563 ihv3->nsrcs = 0; in amt_build_igmp_gq()
1398 u16 nsrcs; in amt_add_srcs() local
1404 nsrcs = ntohs(igmp_grec->grec_nsrcs); in amt_add_srcs()
1408 nsrcs = ntohs(mld_grec->grec_nsrcs); in amt_add_srcs()
1413 for (i = 0; i < nsrcs; i++) { in amt_add_srcs()
1484 u16 nsrcs; in amt_lookup_act_srcs() local
1489 nsrcs = ntohs(igmp_grec->grec_nsrcs); in amt_lookup_act_srcs()
1493 nsrcs = ntohs(mld_grec->grec_nsrcs); in amt_lookup_act_srcs()
1503 for (i = 0; i < nsrcs; i++) { in amt_lookup_act_srcs()
1526 for (i = 0; i < nsrcs; i++) { in amt_lookup_act_srcs()
1547 for (j = 0; j < nsrcs; j++) { in amt_lookup_act_srcs()
1568 for (i = 0; i < nsrcs; i++) { in amt_lookup_act_srcs()
2002 u16 nsrcs; in amt_igmpv3_report_handler() local
2011 nsrcs = ntohs(grec->grec_nsrcs); in amt_igmpv3_report_handler()
2013 len += nsrcs * sizeof(__be32); in amt_igmpv3_report_handler()
2164 u16 nsrcs; in amt_mldv2_report_handler() local
2173 nsrcs = ntohs(grec->grec_nsrcs); in amt_mldv2_report_handler()
2175 len += nsrcs * sizeof(struct in6_addr); in amt_mldv2_report_handler()