Searched refs:add_grhead (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | igmp.c | 435 static struct sk_buff *add_grhead(struct sk_buff *skb, struct ip_mc_list *pmc, in add_grhead() function 542 skb = add_grhead(skb, pmc, type, &pgr, mtu); in add_grec() 577 skb = add_grhead(skb, pmc, type, &pgr, mtu); in add_grec()
|
/openbmc/linux/net/ipv6/ |
H A D | mcast.c | 1848 static struct sk_buff *add_grhead(struct sk_buff *skb, struct ifmcaddr6 *pmc, in add_grhead() function 1956 skb = add_grhead(skb, pmc, type, &pgr, mtu); in add_grec() 1993 skb = add_grhead(skb, pmc, type, &pgr, mtu); in add_grec()
|