Searched refs:add_grec (Results 1 – 2 of 2) sorted by relevance
/net/ipv6/ |
D | mcast.c | 1727 static struct sk_buff *add_grec(struct sk_buff *skb, struct ifmcaddr6 *pmc, in add_grec() function 1867 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 1876 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 1921 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 1922 skb = add_grec(skb, pmc, dtype, 1, 1, 0); in mld_send_cr() 1927 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 1958 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 1959 skb = add_grec(skb, pmc, dtype, 0, 1, 0); /* deleted sources */ in mld_send_cr() 1967 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 2091 skb = add_grec(skb, pmc, type, 0, 0, 1); in mld_send_initial_cr()
|
/net/ipv4/ |
D | igmp.c | 462 static struct sk_buff *add_grec(struct sk_buff *skb, struct ip_mc_list *pmc, in add_grec() function 609 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 619 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 671 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 672 skb = add_grec(skb, pmc, dtype, 1, 1); in igmpv3_send_cr() 677 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 707 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr() 708 skb = add_grec(skb, pmc, dtype, 0, 1); /* deleted sources */ in igmpv3_send_cr() 716 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr()
|