Searched refs:pgr (Results 1 – 2 of 2) sorted by relevance
1676 struct mld2_grec *pgr; in add_grhead() local1682 pgr = (struct mld2_grec *)skb_put(skb, sizeof(struct mld2_grec)); in add_grhead()1683 pgr->grec_type = type; in add_grhead()1684 pgr->grec_auxwords = 0; in add_grhead()1685 pgr->grec_nsrcs = 0; in add_grhead()1686 pgr->grec_mca = pmc->mca_addr; /* structure copy */ in add_grhead()1689 *ppgr = pgr; in add_grhead()1701 struct mld2_grec *pgr = NULL; in add_grec() local1751 if (pgr) in add_grec()1752 pgr->grec_nsrcs = htons(scount); in add_grec()[all …]
410 struct igmpv3_grec *pgr; in add_grhead() local416 pgr = (struct igmpv3_grec *)skb_put(skb, sizeof(struct igmpv3_grec)); in add_grhead()417 pgr->grec_type = type; in add_grhead()418 pgr->grec_auxwords = 0; in add_grhead()419 pgr->grec_nsrcs = 0; in add_grhead()420 pgr->grec_mca = pmc->multiaddr; in add_grhead()423 *ppgr = pgr; in add_grhead()434 struct igmpv3_grec *pgr = NULL; in add_grec() local484 if (pgr) in add_grec()485 pgr->grec_nsrcs = htons(scount); in add_grec()[all …]