Searched refs:add_grec (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | mcast.c | 1731 static struct sk_buff *add_grec(struct sk_buff *skb, struct ifmcaddr6 *pmc, in add_grec() function 1871 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 1880 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 1925 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 1926 skb = add_grec(skb, pmc, dtype, 1, 1, 0); in mld_send_cr() 1931 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 1962 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 1963 skb = add_grec(skb, pmc, dtype, 0, 1, 0); /* deleted sources */ in mld_send_cr() 1971 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 2095 skb = add_grec(skb, pmc, type, 0, 0, 1); in mld_send_initial_cr()
|
/Linux-v4.19/net/ipv4/ |
D | igmp.c | 453 static struct sk_buff *add_grec(struct sk_buff *skb, struct ip_mc_list *pmc, in add_grec() function 599 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 609 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 654 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 655 skb = add_grec(skb, pmc, dtype, 1, 1); in igmpv3_send_cr() 660 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 690 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr() 691 skb = add_grec(skb, pmc, dtype, 0, 1); /* deleted sources */ in igmpv3_send_cr() 699 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr()
|