Searched refs:add_grec (Results 1 – 2 of 2) sorted by relevance
/net/ipv4/ |
D | igmp.c | 389 static struct sk_buff *add_grec(struct sk_buff *skb, struct ip_mc_list *pmc, in add_grec() function 513 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 523 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 568 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 569 skb = add_grec(skb, pmc, dtype, 1, 1); in igmpv3_send_cr() 574 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 604 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr() 605 skb = add_grec(skb, pmc, dtype, 0, 1); /* deleted sources */ in igmpv3_send_cr() 613 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr()
|
/net/ipv6/ |
D | mcast.c | 1525 static struct sk_buff *add_grec(struct sk_buff *skb, struct ifmcaddr6 *pmc, in add_grec() function 1649 skb = add_grec(skb, pmc, type, 0, 0); in mld_send_report() 1659 skb = add_grec(skb, pmc, type, 0, 0); in mld_send_report() 1703 skb = add_grec(skb, pmc, type, 1, 0); in mld_send_cr() 1704 skb = add_grec(skb, pmc, dtype, 1, 1); in mld_send_cr() 1709 skb = add_grec(skb, pmc, type, 1, 0); in mld_send_cr() 1740 skb = add_grec(skb, pmc, type, 0, 0); in mld_send_cr() 1741 skb = add_grec(skb, pmc, dtype, 0, 1); /* deleted sources */ in mld_send_cr() 1749 skb = add_grec(skb, pmc, type, 0, 0); in mld_send_cr()
|