Searched refs:icmp6_dst_alloc (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ip6_route.h | 157 struct dst_entry *icmp6_dst_alloc(struct net_device *dev, struct flowi6 *fl6);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip6_route.h | 153 struct dst_entry *icmp6_dst_alloc(struct net_device *dev, struct flowi6 *fl6);
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | mcast.c | 1665 dst = icmp6_dst_alloc(skb->dev, &fl6); in mld_sendpack() 2046 dst = icmp6_dst_alloc(skb->dev, &fl6); in igmp6_send()
|
H A D | ndisc.c | 489 dst = icmp6_dst_alloc(skb->dev, &fl6); in ndisc_send_skb()
|
H A D | route.c | 3153 struct dst_entry *icmp6_dst_alloc(struct net_device *dev, in icmp6_dst_alloc() function
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | mcast.c | 1807 dst = icmp6_dst_alloc(skb->dev, &fl6); in mld_sendpack() 2193 dst = icmp6_dst_alloc(skb->dev, &fl6); in igmp6_send()
|
H A D | ndisc.c | 489 dst = icmp6_dst_alloc(skb->dev, &fl6); in ndisc_send_skb()
|
H A D | route.c | 3252 struct dst_entry *icmp6_dst_alloc(struct net_device *dev, in icmp6_dst_alloc() function
|
Completed in 53 milliseconds