Home
last modified time | relevance | path

Searched refs:ICMP_PORT_UNREACH (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/net/ipv4/
Dxfrm4_protocol.c88 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()
Dtunnel4.c106 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()
Dip_gre.c170 case ICMP_PORT_UNREACH: in ipgre_err()
463 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in gre_rcv()
Dicmp.c895 case ICMP_PORT_UNREACH: in icmp_unreach()
Dudp.c2461 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in __udp4_lib_rcv()
/linux-6.12.1/include/uapi/linux/
Dicmp.h46 #define ICMP_PORT_UNREACH 3 /* Port Unreachable */ macro
/linux-6.12.1/net/ipv4/netfilter/
Dipt_REJECT.c47 nf_send_unreach(skb, ICMP_PORT_UNREACH, hook); in reject_tg()
/linux-6.12.1/net/netfilter/
Dnft_reject.c98 [NFT_REJECT_ICMPX_PORT_UNREACH] = ICMP_PORT_UNREACH,
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/
Dicmps-accept.c377 icmp_interfere4(ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, in icmp_interfere()
Dicmps-discard.c377 icmp_interfere4(ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, in icmp_interfere()
/linux-6.12.1/net/netfilter/ipvs/
Dip_vs_core.c668 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in ip_vs_leave()
1457 ICMP_PORT_UNREACH, 0); in ip_vs_out_hook()