Searched refs:add_grhead (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/net/ipv6/ |
D | mcast.c | 1844 static struct sk_buff *add_grhead(struct sk_buff *skb, struct ifmcaddr6 *pmc, in add_grhead() function 1952 skb = add_grhead(skb, pmc, type, &pgr, mtu); in add_grec() 1989 skb = add_grhead(skb, pmc, type, &pgr, mtu); in add_grec()
|
/linux-6.1.9/net/ipv4/ |
D | igmp.c | 432 static struct sk_buff *add_grhead(struct sk_buff *skb, struct ip_mc_list *pmc, in add_grhead() function 539 skb = add_grhead(skb, pmc, type, &pgr, mtu); in add_grec() 574 skb = add_grhead(skb, pmc, type, &pgr, mtu); in add_grec()
|