Home
last modified time | relevance | path

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

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