Searched refs:add_grec (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/net/ipv6/ |
| H A D | mcast.c | 1917 static struct sk_buff *add_grec(struct sk_buff *skb, struct ifmcaddr6 *pmc, in add_grec() function 2062 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 2069 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 2118 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 2119 skb = add_grec(skb, pmc, dtype, 1, 1, 0); in mld_send_cr() 2124 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 2154 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 2155 skb = add_grec(skb, pmc, dtype, 0, 1, 0); /* deleted sources */ in mld_send_cr() 2163 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 2282 skb = add_grec(skb, pmc, type, 0, 0, 1); in mld_send_initial_cr()
|
| /linux-6.15/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()
|