Home
last modified time | relevance | path

Searched refs:icmp6_dst_alloc (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/net/
H A Dip6_route.h160 struct dst_entry *icmp6_dst_alloc(struct net_device *dev, struct flowi6 *fl6);
/linux-6.15/net/ipv6/
H A Dmcast.c1857 dst = icmp6_dst_alloc(skb->dev, &fl6); in mld_sendpack()
2241 dst = icmp6_dst_alloc(skb->dev, &fl6); in igmp6_send()
H A Dndisc.c493 dst = icmp6_dst_alloc(skb->dev, &fl6); in ndisc_send_skb()
H A Droute.c3304 struct dst_entry *icmp6_dst_alloc(struct net_device *dev, in icmp6_dst_alloc() function