Searched refs:add_grec (Results 1 – 2 of 2) sorted by relevance
| /linux/net/ipv6/ |
| H A D | mcast.c | 1903 static struct sk_buff *add_grec(struct sk_buff *skb, struct ifmcaddr6 *pmc, in add_grec() function 2051 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 2058 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 2103 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 2104 skb = add_grec(skb, pmc, dtype, 1, 1, 0); in mld_send_cr() 2109 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 2139 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 2140 skb = add_grec(skb, pmc, dtype, 0, 1, 0); /* deleted sources */ in mld_send_cr() 2148 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 2268 skb = add_grec(skb, pmc, type, 0, 0, 1); in mld_send_initial_cr()
|
| /linux/net/ipv4/ |
| H A D | igmp.c | 476 static struct sk_buff *add_grec(struct sk_buff *skb, struct ip_mc_list *pmc, in add_grec() function 623 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 633 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 685 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 686 skb = add_grec(skb, pmc, dtype, 1, 1); in igmpv3_send_cr() 691 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 721 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr() 722 skb = add_grec(skb, pmc, dtype, 0, 1); /* deleted sources */ in igmpv3_send_cr() 730 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr()
|