Lines Matching refs:icmp6_send
374 net_dbg_ratelimited("icmp6_send: acast source\n");
450 void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info,
481 * Rule (e.1) is enforced by not using icmp6_send
527 net_dbg_ratelimited("icmp6_send: addr_any/mcast source [%pI6c > %pI6c]\n",
536 net_dbg_ratelimited("icmp6_send: no reply to icmp error [%pI6c > %pI6c]\n",
640 EXPORT_SYMBOL(icmp6_send);
642 /* Slightly more convenient version of icmp6_send.
646 icmp6_send(skb, ICMPV6_PARAMPROB, code, pos, NULL, IP6CB(skb));
702 icmp6_send(skb2, ICMPV6_TIME_EXCEED, ICMPV6_EXC_HOPLIMIT,
705 icmp6_send(skb2, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH,
1075 err = inet6_register_icmp_sender(icmp6_send);
1090 inet6_unregister_icmp_sender(icmp6_send);