Searched refs:pih (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Digmp.c369 struct igmpv3_report *pih; local
381 pih = igmpv3_report_hdr(skb);
382 pih->ngrec = htons(ntohs(pih->ngrec)+1);
394 struct igmpv3_report *pih; local
414 pih = skb ? igmpv3_report_hdr(skb) : NULL;
418 if (pih && pih->ngrec &&

Completed in 55 milliseconds