Searched refs:pgr (Results 1 – 2 of 2) sorted by relevance
442 struct igmpv3_grec *pgr; in add_grhead() local449 pgr = skb_put(skb, sizeof(struct igmpv3_grec)); in add_grhead()450 pgr->grec_type = type; in add_grhead()451 pgr->grec_auxwords = 0; in add_grhead()452 pgr->grec_nsrcs = 0; in add_grhead()453 pgr->grec_mca = pmc->multiaddr; in add_grhead()456 *ppgr = pgr; in add_grhead()468 struct igmpv3_grec *pgr = NULL; in add_grec() local535 if (pgr) in add_grec()536 pgr->grec_nsrcs = htons(scount); in add_grec()[all …]
1707 struct mld2_grec *pgr; in add_grhead() local1714 pgr = skb_put(skb, sizeof(struct mld2_grec)); in add_grhead()1715 pgr->grec_type = type; in add_grhead()1716 pgr->grec_auxwords = 0; in add_grhead()1717 pgr->grec_nsrcs = 0; in add_grhead()1718 pgr->grec_mca = pmc->mca_addr; /* structure copy */ in add_grhead()1721 *ppgr = pgr; in add_grhead()1733 struct mld2_grec *pgr = NULL; in add_grec() local1797 if (pgr) in add_grec()1798 pgr->grec_nsrcs = htons(scount); in add_grec()[all …]