Searched refs:add_grec (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/net/ipv6/ |
D | mcast.c | 1869 static struct sk_buff *add_grec(struct sk_buff *skb, struct ifmcaddr6 *pmc, in add_grec() function 2014 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 2021 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 2070 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 2071 skb = add_grec(skb, pmc, dtype, 1, 1, 0); in mld_send_cr() 2076 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 2106 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 2107 skb = add_grec(skb, pmc, dtype, 0, 1, 0); /* deleted sources */ in mld_send_cr() 2115 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 2236 skb = add_grec(skb, pmc, type, 0, 0, 1); in mld_send_initial_cr()
|
/Linux-v6.1/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 604 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 614 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 666 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 667 skb = add_grec(skb, pmc, dtype, 1, 1); in igmpv3_send_cr() 672 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 702 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr() 703 skb = add_grec(skb, pmc, dtype, 0, 1); /* deleted sources */ in igmpv3_send_cr() 711 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr()
|