Home
last modified time | relevance | path

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

/net/ipv4/
Digmp.c894 struct igmpv3_query *ih3 = igmpv3_query_hdr(skb); in igmp_heard_query() local
934 max_delay = IGMPV3_MRC(ih3->code)*(HZ/IGMP_TIMER_SCALE); in igmp_heard_query()
941 ih3 = igmpv3_query_hdr(skb); in igmp_heard_query()
942 if (ih3->nsrcs) { in igmp_heard_query()
944 + ntohs(ih3->nsrcs)*sizeof(__be32))) in igmp_heard_query()
946 ih3 = igmpv3_query_hdr(skb); in igmp_heard_query()
949 max_delay = IGMPV3_MRC(ih3->code)*(HZ/IGMP_TIMER_SCALE); in igmp_heard_query()
953 if (ih3->qrv) in igmp_heard_query()
954 in_dev->mr_qrv = ih3->qrv; in igmp_heard_query()
956 if (ih3->nsrcs) in igmp_heard_query()
[all …]
/net/bridge/
Dbr_multicast.c1226 struct igmpv3_query *ih3; in br_ip4_multicast_query() local
1255 ih3 = igmpv3_query_hdr(skb); in br_ip4_multicast_query()
1256 if (ih3->nsrcs) in br_ip4_multicast_query()
1259 max_delay = ih3->code ? in br_ip4_multicast_query()
1260 IGMPV3_MRC(ih3->code) * (HZ / IGMP_TIMER_SCALE) : 1; in br_ip4_multicast_query()