igmpv3_grec        59 include/linux/igmp.h 	struct igmpv3_grec grec[0];
igmpv3_grec       361 net/ipv4/igmp.c 	return sizeof(struct igmpv3_grec) + 4*igmp_scount(pmc,type,gdel,sdel);
igmpv3_grec       369 net/ipv4/igmp.c 	struct igmpv3_grec *pgr;
igmpv3_grec       375 net/ipv4/igmp.c 	pgr = (struct igmpv3_grec *)skb_put(skb, sizeof(struct igmpv3_grec));
igmpv3_grec       394 net/ipv4/igmp.c 	struct igmpv3_grec *pgr = NULL;
igmpv3_grec       441 net/ipv4/igmp.c 		    first*sizeof(struct igmpv3_grec)) {
igmpv3_grec       483 net/ipv4/igmp.c 			if (skb && AVAILABLE(skb)<sizeof(struct igmpv3_grec)) {