Searched refs:add_grec (Results 1 – 2 of 2) sorted by relevance
| /linux/net/ipv6/ |
| H A D | mcast.c | 1918 static struct sk_buff *add_grec(struct sk_buff *skb, struct ifmcaddr6 *pmc, in add_grec() function 2068 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 2075 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_report() 2120 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 2121 skb = add_grec(skb, pmc, dtype, 1, 1, 0); in mld_send_cr() 2126 skb = add_grec(skb, pmc, type, 1, 0, 0); in mld_send_cr() 2156 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 2157 skb = add_grec(skb, pmc, dtype, 0, 1, 0); /* deleted sources */ in mld_send_cr() 2165 skb = add_grec(skb, pmc, type, 0, 0, 0); in mld_send_cr() 2285 skb = add_grec(skb, pmc, type, 0, 0, 1); in mld_send_initial_cr()
|
| /linux/net/ipv4/ |
| H A D | igmp.c | 490 static struct sk_buff *add_grec(struct sk_buff *skb, struct ip_mc_list *pmc, in add_grec() function 637 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 647 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_report() 699 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 700 skb = add_grec(skb, pmc, dtype, 1, 1); in igmpv3_send_cr() 705 skb = add_grec(skb, pmc, type, 1, 0); in igmpv3_send_cr() 735 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr() 736 skb = add_grec(skb, pmc, dtype, 0, 1); /* deleted sources */ in igmpv3_send_cr() 744 skb = add_grec(skb, pmc, type, 0, 0); in igmpv3_send_cr()
|