/kernel/linux/linux-5.10/net/ipv6/ |
H A D | mcast.c | 1724 static struct sk_buff *add_grec(struct sk_buff *skb, struct ifmcaddr6 *pmc, in add_grec() function 1864 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 1873 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 1918 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 1919 skb = add_grec(skb, pmc, dtype, 1, 1, 0); in mld_send_cr() 1924 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 1955 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 1956 skb = add_grec(skb, pmc, dtype, 0, 1, 0); /* deleted sources */ in mld_send_cr() 1964 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 2088 skb = add_grec(sk in mld_send_initial_cr() [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | igmp.c | 460 static struct sk_buff *add_grec(struct sk_buff *skb, struct ip_mc_list *pmc, in add_grec() function 607 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 617 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 669 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 670 skb = add_grec(skb, pmc, dtype, 1, 1); in igmpv3_send_cr() 675 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 705 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr() 706 skb = add_grec(skb, pmc, dtype, 0, 1); /* deleted sources */ in igmpv3_send_cr() 714 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | igmp.c | 460 static struct sk_buff *add_grec(struct sk_buff *skb, struct ip_mc_list *pmc, in add_grec() function 607 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 617 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 669 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 670 skb = add_grec(skb, pmc, dtype, 1, 1); in igmpv3_send_cr() 675 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 705 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr() 706 skb = add_grec(skb, pmc, dtype, 0, 1); /* deleted sources */ in igmpv3_send_cr() 714 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | mcast.c | 1867 static struct sk_buff *add_grec(struct sk_buff *skb, struct ifmcaddr6 *pmc, in add_grec() function 2012 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 2019 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 2068 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 2069 skb = add_grec(skb, pmc, dtype, 1, 1, 0); in mld_send_cr() 2074 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 2104 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 2105 skb = add_grec(skb, pmc, dtype, 0, 1, 0); /* deleted sources */ in mld_send_cr() 2113 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 2234 skb = add_grec(sk in mld_send_initial_cr() [all...] |