Searched refs:ICMPV6_DEST_UNREACH (Results 1 - 23 of 23) sorted by relevance

/linux-master/net/ipv6/
H A Dxfrm6_protocol.c101 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
120 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
149 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
178 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
H A Dtunnel6.c133 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
151 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
196 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
H A Dproc.c104 [ICMPV6_DEST_UNREACH] = "DestUnreachs",
H A Dxfrm6_tunnel.c237 case ICMPV6_DEST_UNREACH:
H A Dicmp.c646 /* Generate icmpv6 with type/code ICMPV6_DEST_UNREACH/ICMPV6_ADDR_UNREACH
701 icmp6_send(skb2, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH,
967 case ICMPV6_DEST_UNREACH:
1137 case ICMPV6_DEST_UNREACH:
H A Dip6_tunnel.c467 u8 rel_type = ICMPV6_DEST_UNREACH;
492 case ICMPV6_DEST_UNREACH:
580 case ICMPV6_DEST_UNREACH:
H A Ddatagram.c300 case ICMPV6_DEST_UNREACH:
H A Dip6_gre.c437 case ICMPV6_DEST_UNREACH:
622 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
H A Dudp.c1024 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
H A Dtcp_ipv6.c508 if (!fastopen && type == ICMPV6_DEST_UNREACH &&
H A Dip6_output.c625 icmpv6_send(skb, ICMPV6_DEST_UNREACH,
H A Droute.c2797 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0);
4526 icmpv6_send(skb, ICMPV6_DEST_UNREACH, code, 0);
/linux-master/include/uapi/linux/
H A Dicmpv6.h89 #define ICMPV6_DEST_UNREACH 1 macro
/linux-master/include/linux/
H A Dicmpv6.h102 case ICMPV6_DEST_UNREACH:
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Dicmps-accept.c383 icmp6_interfere(ICMPV6_DEST_UNREACH,
386 icmp6_interfere(ICMPV6_DEST_UNREACH,
H A Dicmps-discard.c383 icmp6_interfere(ICMPV6_DEST_UNREACH,
386 icmp6_interfere(ICMPV6_DEST_UNREACH,
/linux-master/net/ipv6/netfilter/
H A Dnf_reject_ipv6.c131 icmp6h->icmp6_type = ICMPV6_DEST_UNREACH;
416 icmpv6_send(skb_in, ICMPV6_DEST_UNREACH, code, 0);
/linux-master/drivers/net/wireguard/
H A Ddevice.c229 icmpv6_ndo_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_ADDR_UNREACH, 0);
/linux-master/net/netfilter/
H A Dnf_log_syslog.c742 case ICMPV6_DEST_UNREACH:
/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c665 icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_PORT_UNREACH, 0);
1450 ICMPV6_DEST_UNREACH,
/linux-master/net/ipv4/
H A Dtcp_ao.c73 if (type != ICMPV6_DEST_UNREACH)
/linux-master/security/smack/
H A Dsmack_lsm.c4218 icmpv6_send(skb, ICMPV6_DEST_UNREACH,
/linux-master/net/xfrm/
H A Dxfrm_policy.c3524 (fl6->fl6_icmp_type == ICMPV6_DEST_UNREACH ||

Completed in 373 milliseconds