Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Dicmp.c423 static void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in icmp6_send() function
602 icmp6_send(skb, ICMPV6_PARAMPROB, code, pos, NULL); in icmpv6_param_prob()
658 icmp6_send(skb2, ICMPV6_TIME_EXCEED, ICMPV6_EXC_HOPLIMIT, in ip6_err_gen_icmpv6_unreach()
661 icmp6_send(skb2, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, in ip6_err_gen_icmpv6_unreach()
1031 err = inet6_register_icmp_sender(icmp6_send); in icmpv6_init()
1046 inet6_unregister_icmp_sender(icmp6_send); in icmpv6_cleanup()