Searched refs:add_grec (Results 1 – 1 of 1) sorted by relevance
| /linux/net/ipv4/ |
| H A D | igmp.c | 463 static struct sk_buff *add_grec(struct sk_buff *skb, struct ip_mc_list *pmc, in add_grec() function 610 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 620 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 672 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 673 skb = add_grec(skb, pmc, dtype, 1, 1); in igmpv3_send_cr() 678 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 708 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr() 709 skb = add_grec(skb, pmc, dtype, 0, 1); /* deleted sources */ in igmpv3_send_cr() 717 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr()
|