Searched refs:add_grec (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/ipv6/ |
D | mcast.c | 1695 static struct sk_buff *add_grec(struct sk_buff *skb, struct ifmcaddr6 *pmc, in add_grec() function 1820 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 1829 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 1874 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 1875 skb = add_grec(skb, pmc, dtype, 1, 1, 0); in mld_send_cr() 1880 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 1911 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 1912 skb = add_grec(skb, pmc, dtype, 0, 1, 0); /* deleted sources */ in mld_send_cr() 1920 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 2044 skb = add_grec(skb, pmc, type, 0, 0, 1); in mld_send_initial_cr()
|
/linux-4.1.27/net/ipv4/ |
D | igmp.c | 429 static struct sk_buff *add_grec(struct sk_buff *skb, struct ip_mc_list *pmc, in add_grec() function 553 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 563 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 608 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 609 skb = add_grec(skb, pmc, dtype, 1, 1); in igmpv3_send_cr() 614 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 644 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr() 645 skb = add_grec(skb, pmc, dtype, 0, 1); /* deleted sources */ in igmpv3_send_cr() 653 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr()
|