Searched refs:ICMPV6_PKT_TOOBIG (Results 1 – 25 of 29) sorted by relevance
12
| /Linux-v5.4/net/ipv6/netfilter/ |
| D | nf_log_ipv6.c | 253 case ICMPV6_PKT_TOOBIG: in dump_ipv6_packet() 264 if (ic->icmp6_type == ICMPV6_PKT_TOOBIG) { in dump_ipv6_packet()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | icmpv6.h | 89 #define ICMPV6_PKT_TOOBIG 2 macro
|
| /Linux-v5.4/net/ipv6/ |
| D | icmp.c | 90 if (type == ICMPV6_PKT_TOOBIG) in icmpv6_err() 467 if (type != ICMPV6_PKT_TOOBIG && in icmp6_send() 878 case ICMPV6_PKT_TOOBIG: in icmpv6_rcv() 1101 case ICMPV6_PKT_TOOBIG: in icmpv6_err_convert()
|
| D | ipcomp6.c | 54 if (type != ICMPV6_PKT_TOOBIG && in ipcomp6_err()
|
| D | xfrm6_output.c | 90 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrm6_tunnel_check_size()
|
| D | proc.c | 103 [ICMPV6_PKT_TOOBIG] = "PktTooBigs",
|
| D | xfrm6_tunnel.c | 248 case ICMPV6_PKT_TOOBIG: in xfrm6_tunnel_err()
|
| D | ip6_tunnel.c | 530 case ICMPV6_PKT_TOOBIG: in ip6_tnl_err() 538 rel_type = ICMPV6_PKT_TOOBIG; in ip6_tnl_err() 588 case ICMPV6_PKT_TOOBIG: in ip4ip6_err() 1380 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6ip6_tnl_xmit()
|
| D | ip6_vti.c | 488 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti6_xmit() 599 if (type != ICMPV6_PKT_TOOBIG && in vti6_err()
|
| D | ah6.c | 653 if (type != ICMPV6_PKT_TOOBIG && in ah6_err()
|
| D | ip6_gre.c | 471 case ICMPV6_PKT_TOOBIG: in ip6gre_err() 825 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6gre_xmit_ipv6() 1054 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6erspan_tunnel_xmit()
|
| D | ip6_output.c | 548 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_forward() 935 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_fragment()
|
| D | esp6.c | 696 if (type != ICMPV6_PKT_TOOBIG && in esp6_err()
|
| D | af_inet6.c | 884 bitmap_clear(net->ipv6.sysctl.icmpv6_ratemask, ICMPV6_PKT_TOOBIG, 1); in inet6_net_init()
|
| D | tcp_ipv6.c | 397 if (sock_owned_by_user(sk) && type != ICMPV6_PKT_TOOBIG) in tcp_v6_err() 430 if (type == ICMPV6_PKT_TOOBIG) { in tcp_v6_err()
|
| D | raw.c | 340 if (type == ICMPV6_PKT_TOOBIG) { in rawv6_err()
|
| D | udp.c | 531 if (type == ICMPV6_PKT_TOOBIG) { in __udp6_lib_err()
|
| /Linux-v5.4/net/xfrm/ |
| D | xfrm_interface.c | 306 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrmi_xmit2() 468 if (type != ICMPV6_PKT_TOOBIG && in xfrmi6_err()
|
| /Linux-v5.4/tools/testing/selftests/bpf/progs/ |
| D | test_l4lb.c | 245 if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG) in parse_icmpv6()
|
| D | test_l4lb_noinline.c | 245 if (icmp_hdr->icmp6_type != ICMPV6_PKT_TOOBIG) in parse_icmpv6()
|
| /Linux-v5.4/net/ipv4/ |
| D | ip_vti.c | 225 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti_xmit()
|
| D | ip_tunnel.c | 539 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in tnl_update_pmtu()
|
| /Linux-v5.4/net/dccp/ |
| D | ipv6.c | 134 if (type == ICMPV6_PKT_TOOBIG) { in dccp_v6_err()
|
| /Linux-v5.4/net/sctp/ |
| D | ipv6.c | 159 case ICMPV6_PKT_TOOBIG: in sctp_v6_err()
|
| /Linux-v5.4/net/netfilter/ipvs/ |
| D | ip_vs_xmit.c | 228 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ensure_mtu_is_adequate()
|
12