| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | xfrm4_protocol.c | 88 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_rcv_encap() 107 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_esp_rcv() 135 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_ah_rcv() 163 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in xfrm4_ipcomp_rcv()
|
| H A D | tunnel4.c | 106 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnel4_rcv() 152 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnel64_rcv() 172 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in tunnelmpls4_rcv()
|
| H A D | ip_forward.c | 133 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_forward() 165 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_SR_FAILED, 0); in ip_forward()
|
| H A D | ipcomp.c | 31 case ICMP_DEST_UNREACH: in ipcomp4_err() 46 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in ipcomp4_err()
|
| H A D | ip_vti.c | 241 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti_xmit() 349 case ICMP_DEST_UNREACH: in vti4_err() 363 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in vti4_err()
|
| H A D | icmp.c | 289 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_mask_allow() 878 case ICMP_DEST_UNREACH: in icmp_unreach() 1228 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmp_err() 1251 [ICMP_DEST_UNREACH] = {
|
| H A D | ipip.c | 146 case ICMP_DEST_UNREACH: in ipip_err() 172 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in ipip_err()
|
| H A D | ah4.c | 450 case ICMP_DEST_UNREACH: in ah4_err() 464 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in ah4_err()
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | nf_log_ipv4.c | 116 [ICMP_DEST_UNREACH] in dump_ipv4_packet() 177 case ICMP_DEST_UNREACH: in dump_ipv4_packet() 189 if (ich->type == ICMP_DEST_UNREACH && in dump_ipv4_packet()
|
| H A D | nf_reject_ipv4.c | 200 icmp_send(skb_in, ICMP_DEST_UNREACH, code, 0); in nf_send_unreach() 205 icmp_send(skb_in, ICMP_DEST_UNREACH, code, 0); in nf_send_unreach()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | icmp.h | 28 case ICMP_DEST_UNREACH: in icmp_is_err()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | icmp.h | 24 #define ICMP_DEST_UNREACH 3 /* Destination Unreachable */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | icmp.h | 24 #define ICMP_DEST_UNREACH 3 /* Destination Unreachable */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | icmp.h | 25 #define ICMP_DEST_UNREACH 3 /* Destination Unreachable */ macro
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | peer_event.c | 195 serr->ee.ee_type == ICMP_DEST_UNREACH && in rxrpc_error_report() 232 case ICMP_DEST_UNREACH: in rxrpc_store_error()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xdp_adjust_tail_kern.c | 96 icmp_hdr->type = ICMP_DEST_UNREACH; in send_icmp4_too_big()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netinet/ |
| H A D | ip_icmp.h | 48 #define ICMP_DEST_UNREACH 3 /* Destination Unreachable */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netinet/ |
| H A D | ip_icmp.h | 48 #define ICMP_DEST_UNREACH 3 /* Destination Unreachable */ macro
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_interface.c | 313 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in xfrmi_xmit2() 439 case ICMP_DEST_UNREACH: in xfrmi4_err() 459 if (icmp_hdr(skb)->type == ICMP_DEST_UNREACH) in xfrmi4_err()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_statlog.h | 154 ST(ICMP_DEST_UNREACH) = 69, /* send or recv ICMP DEST UNREACH message */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_statlog.h | 154 ST(ICMP_DEST_UNREACH) = 69, /* send or recv ICMP DEST UNREACH message */
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_core.c | 680 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in ip_vs_leave() 963 if ((ic->type != ICMP_DEST_UNREACH) && in ip_vs_out_icmp() 1471 ICMP_DEST_UNREACH, in ip_vs_out() 1682 if ((ic->type != ICMP_DEST_UNREACH) && in ip_vs_in_icmp() 1799 if (ic->type == ICMP_DEST_UNREACH && in ip_vs_in_icmp()
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | nft_reject_bridge.c | 149 icmph->type = ICMP_DEST_UNREACH; in nft_reject_br_send_v4_unreach()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireguard/ |
| H A D | device.c | 210 icmp_ndo_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in wg_xmit()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ip6_tunnel.c | 617 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err() 623 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err() 671 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err() 1418 icmp_ndo_send(skb, ICMP_DEST_UNREACH, in ipxip6_tnl_xmit()
|