Searched refs:icmp6_send (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | icmpv6.h | 21 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()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | icmpv6.h | 21 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()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | icmp.c | 374 net_dbg_ratelimited("icmp6_send: acast source\n"); in icmpv6_route_lookup() 450 void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in icmp6_send() function 481 * Rule (e.1) is enforced by not using icmp6_send in icmp6_send() 527 net_dbg_ratelimited("icmp6_send: addr_any/mcast source [%pI6c > %pI6c]\n", in icmp6_send() 536 net_dbg_ratelimited("icmp6_send: no reply to icmp error [%pI6c > %pI6c]\n", in icmp6_send() 640 EXPORT_SYMBOL(icmp6_send); variable 642 /* Slightly more convenient version of icmp6_send. 646 icmp6_send(skb, ICMPV6_PARAMPROB, code, pos, NULL, IP6CB(skb)); in icmpv6_param_prob() 702 icmp6_send(skb2, ICMPV6_TIME_EXCEED, ICMPV6_EXC_HOPLIMIT, in ip6_err_gen_icmpv6_unreach() 705 icmp6_send(skb in ip6_err_gen_icmpv6_unreach() [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | icmp.c | 369 net_dbg_ratelimited("icmp6_send: acast source\n"); in icmpv6_route_lookup() 445 void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in icmp6_send() function 476 * Rule (e.1) is enforced by not using icmp6_send in icmp6_send() 522 net_dbg_ratelimited("icmp6_send: addr_any/mcast source [%pI6c > %pI6c]\n", in icmp6_send() 531 net_dbg_ratelimited("icmp6_send: no reply to icmp error [%pI6c > %pI6c]\n", in icmp6_send() 635 EXPORT_SYMBOL(icmp6_send); variable 637 /* Slightly more convenient version of icmp6_send with drop reasons. 642 icmp6_send(skb, ICMPV6_PARAMPROB, code, pos, NULL, IP6CB(skb)); in icmpv6_param_prob_reason() 698 icmp6_send(skb2, ICMPV6_TIME_EXCEED, ICMPV6_EXC_HOPLIMIT, in ip6_err_gen_icmpv6_unreach() 701 icmp6_send(skb in ip6_err_gen_icmpv6_unreach() [all...] |
Completed in 4 milliseconds