Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dicmpv6.h21 void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info,
28 icmp6_send(skb, type, code, info, NULL, parm); in __icmpv6_send()
32 BUILD_BUG_ON(fn != icmp6_send); in inet6_register_icmp_sender()
37 BUILD_BUG_ON(fn != icmp6_send); in inet6_unregister_icmp_sender()
/linux-6.3-rc2/net/ipv6/
A Dicmp.c441 void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in icmp6_send() function
631 EXPORT_SYMBOL(icmp6_send);
638 icmp6_send(skb, ICMPV6_PARAMPROB, code, pos, NULL, IP6CB(skb)); in icmpv6_param_prob_reason()
694 icmp6_send(skb2, ICMPV6_TIME_EXCEED, ICMPV6_EXC_HOPLIMIT, in ip6_err_gen_icmpv6_unreach()
697 icmp6_send(skb2, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, in ip6_err_gen_icmpv6_unreach()
1075 err = inet6_register_icmp_sender(icmp6_send); in icmpv6_init()
1089 inet6_unregister_icmp_sender(icmp6_send); in icmpv6_cleanup()

Completed in 4 milliseconds