Lines Matching refs:icmp6_send
369 net_dbg_ratelimited("icmp6_send: acast source\n");
445 void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info,
476 * Rule (e.1) is enforced by not using icmp6_send
522 net_dbg_ratelimited("icmp6_send: addr_any/mcast source [%pI6c > %pI6c]\n",
531 net_dbg_ratelimited("icmp6_send: no reply to icmp error [%pI6c > %pI6c]\n",
635 EXPORT_SYMBOL(icmp6_send);
637 /* Slightly more convenient version of icmp6_send with drop reasons.
642 icmp6_send(skb, ICMPV6_PARAMPROB, code, pos, NULL, IP6CB(skb));
698 icmp6_send(skb2, ICMPV6_TIME_EXCEED, ICMPV6_EXC_HOPLIMIT,
701 icmp6_send(skb2, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH,
1077 err = inet6_register_icmp_sender(icmp6_send);
1091 inet6_unregister_icmp_sender(icmp6_send);