Searched refs:add_grec (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/net/ipv6/ |
| D | mcast.c | 1875 static struct sk_buff *add_grec(struct sk_buff *skb, struct ifmcaddr6 *pmc, in add_grec() function 2020 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 2027 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 2076 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 2077 skb = add_grec(skb, pmc, dtype, 1, 1, 0); in mld_send_cr() 2082 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 2112 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 2113 skb = add_grec(skb, pmc, dtype, 0, 1, 0); /* deleted sources */ in mld_send_cr() 2121 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 2242 skb = add_grec(skb, pmc, type, 0, 0, 1); in mld_send_initial_cr()
|
| /Linux-v5.15/net/ipv4/ |
| D | igmp.c | 457 static struct sk_buff *add_grec(struct sk_buff *skb, struct ip_mc_list *pmc, in add_grec() function 603 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 613 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 665 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 666 skb = add_grec(skb, pmc, dtype, 1, 1); in igmpv3_send_cr() 671 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 701 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr() 702 skb = add_grec(skb, pmc, dtype, 0, 1); /* deleted sources */ in igmpv3_send_cr() 710 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr()
|