Searched refs:ih3 (Results 1 – 2 of 2) sorted by relevance
871 struct igmpv3_query *ih3 = igmpv3_query_hdr(skb); in igmp_heard_query() local911 max_delay = IGMPV3_MRC(ih3->code)*(HZ/IGMP_TIMER_SCALE); in igmp_heard_query()918 ih3 = igmpv3_query_hdr(skb); in igmp_heard_query()919 if (ih3->nsrcs) { in igmp_heard_query()921 + ntohs(ih3->nsrcs)*sizeof(__be32))) in igmp_heard_query()923 ih3 = igmpv3_query_hdr(skb); in igmp_heard_query()926 max_delay = IGMPV3_MRC(ih3->code)*(HZ/IGMP_TIMER_SCALE); in igmp_heard_query()930 if (ih3->qrv) in igmp_heard_query()931 in_dev->mr_qrv = ih3->qrv; in igmp_heard_query()933 if (ih3->nsrcs) in igmp_heard_query()[all …]
1227 struct igmpv3_query *ih3; in br_ip4_multicast_query() local1256 ih3 = igmpv3_query_hdr(skb); in br_ip4_multicast_query()1257 if (ih3->nsrcs) in br_ip4_multicast_query()1260 max_delay = ih3->code ? in br_ip4_multicast_query()1261 IGMPV3_MRC(ih3->code) * (HZ / IGMP_TIMER_SCALE) : 1; in br_ip4_multicast_query()