/linux-4.1.27/net/ipv6/ |
D | ip6_icmp.c | 33 void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) in icmpv6_send() function 46 EXPORT_SYMBOL(icmpv6_send);
|
D | xfrm6_protocol.c | 77 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_esp_rcv() 104 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_ah_rcv() 131 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in xfrm6_ipcomp_rcv()
|
D | tunnel6.c | 112 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in tunnel6_rcv() 130 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in tunnel46_rcv()
|
D | xfrm6_output.c | 88 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrm6_tunnel_check_size()
|
D | ip6_input.c | 258 icmpv6_send(skb, ICMPV6_PARAMPROB, in ip6_input_finish()
|
D | ip6_output.c | 417 icmpv6_send(skb, ICMPV6_TIME_EXCEED, ICMPV6_EXC_HOPLIMIT, 0); in ip6_forward() 482 icmpv6_send(skb, ICMPV6_DEST_UNREACH, in ip6_forward() 495 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_forward() 577 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_fragment()
|
D | mip6.c | 60 icmpv6_send(skb, ICMPV6_PARAMPROB, code, pos); in mip6_param_prob()
|
D | ip6_gre.c | 576 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in ip6gre_rcv() 831 icmpv6_send(skb, ICMPV6_PARAMPROB, in ip6gre_xmit_ipv6() 853 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6gre_xmit_ipv6()
|
D | ip6_tunnel.c | 706 icmpv6_send(skb2, rel_type, rel_code, rel_info); in ip6ip6_err() 1180 icmpv6_send(skb, ICMPV6_PARAMPROB, in ip6ip6_tnl_xmit() 1202 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6ip6_tnl_xmit()
|
D | exthdrs.c | 459 icmpv6_send(skb, ICMPV6_TIME_EXCEED, ICMPV6_EXC_HOPLIMIT, in ipv6_rthdr_rcv()
|
D | reassembly.c | 164 icmpv6_send(fq->q.fragments, ICMPV6_TIME_EXCEED, ICMPV6_EXC_FRAGTIME, 0); in ip6_expire_frag_queue()
|
D | sit.c | 508 icmpv6_send(skb2, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0); in ipip6_err_gen_icmpv6_unreach() 939 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ipip6_tunnel_xmit()
|
D | ip6_vti.c | 477 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti6_xmit()
|
D | udp.c | 937 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in __udp6_lib_rcv()
|
D | route.c | 1135 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0); in ip6_link_failure() 2199 icmpv6_send(skb, ICMPV6_DEST_UNREACH, code, 0); in ip6_pkt_drop()
|
/linux-4.1.27/include/linux/ |
D | icmpv6.h | 15 extern void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info); 23 static inline void icmpv6_send(struct sk_buff *skb, in icmpv6_send() function
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6t_NPT.c | 89 icmpv6_send(skb, ICMPV6_PARAMPROB, ICMPV6_HDR_FIELD, in ip6t_snpt_tg() 102 icmpv6_send(skb, ICMPV6_PARAMPROB, ICMPV6_HDR_FIELD, in ip6t_dnpt_tg()
|
D | nf_reject_ipv6.c | 244 icmpv6_send(skb_in, ICMPV6_DEST_UNREACH, code, 0); in nf_send_unreach6()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_core.c | 618 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0); in ip_vs_leave() 1262 icmpv6_send(skb, in ip_vs_out()
|
D | ip_vs_xmit.c | 228 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ensure_mtu_is_adequate()
|
/linux-4.1.27/net/ipv4/ |
D | ip_tunnel.c | 630 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in tnl_update_pmtu()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_cm.c | 1397 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ipoib_cm_skb_reap()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunvnet.c | 1300 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, localmtu); in vnet_start_xmit()
|