Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dip6_route.h153 struct dst_entry *icmp6_dst_alloc(struct net_device *dev, struct flowi6 *fl6);
/openbmc/linux/net/ipv6/
H A Dmcast.c1807 dst = icmp6_dst_alloc(skb->dev, &fl6); in mld_sendpack()
2192 dst = icmp6_dst_alloc(skb->dev, &fl6); in igmp6_send()
H A Dndisc.c489 dst = icmp6_dst_alloc(skb->dev, &fl6); in ndisc_send_skb()
H A Droute.c3256 struct dst_entry *icmp6_dst_alloc(struct net_device *dev, in icmp6_dst_alloc() function