Searched refs:add_grhead (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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() 575 skb = NULL; /* add_grhead will get a new one */ in add_grec() 577 skb = add_grhead(skb, pmc, type, &pgr, mtu); in add_grec()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | mcast.c | 1700 static struct sk_buff *add_grhead(struct sk_buff *skb, struct ifmcaddr6 *pmc, in add_grhead() function 1803 skb = add_grhead(skb, pmc, type, &pgr, mtu); in add_grec() 1836 skb = NULL; /* add_grhead will get a new one */ in add_grec() 1838 skb = add_grhead(skb, pmc, type, &pgr, mtu); in add_grec()
|
/kernel/linux/linux-6.6/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() 575 skb = NULL; /* add_grhead will get a new one */ in add_grec() 577 skb = add_grhead(skb, pmc, type, &pgr, mtu); in add_grec()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | mcast.c | 1842 static struct sk_buff *add_grhead(struct sk_buff *skb, struct ifmcaddr6 *pmc, in add_grhead() function 1950 skb = add_grhead(skb, pmc, type, &pgr, mtu); in add_grec() 1985 skb = NULL; /* add_grhead will get a new one */ in add_grec() 1987 skb = add_grhead(skb, pmc, type, &pgr, mtu); in add_grec()
|
Completed in 15 milliseconds