Searched refs:ICMPV6_PKT_TOOBIG (Results 1 – 25 of 28) sorted by relevance
12
/Linux-v4.19/include/uapi/linux/ |
D | icmpv6.h | 89 #define ICMPV6_PKT_TOOBIG 2 macro
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | nf_log_ipv6.c | 256 case ICMPV6_PKT_TOOBIG: in dump_ipv6_packet() 267 if (ic->icmp6_type == ICMPV6_PKT_TOOBIG) { in dump_ipv6_packet()
|
/Linux-v4.19/net/ipv6/ |
D | icmp.c | 94 if (type == ICMPV6_PKT_TOOBIG) in icmpv6_err() 176 if (type == ICMPV6_PKT_TOOBIG) in icmpv6_mask_allow() 461 if (type != ICMPV6_PKT_TOOBIG && in icmp6_send() 855 case ICMPV6_PKT_TOOBIG: in icmpv6_rcv() 1082 case ICMPV6_PKT_TOOBIG: in icmpv6_err_convert()
|
D | xfrm6_output.c | 94 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrm6_tunnel_check_size()
|
D | ipcomp6.c | 66 if (type != ICMPV6_PKT_TOOBIG && in ipcomp6_err()
|
D | proc.c | 107 [ICMPV6_PKT_TOOBIG] = "PktTooBigs",
|
D | xfrm6_tunnel.c | 258 case ICMPV6_PKT_TOOBIG: in xfrm6_tunnel_err()
|
D | ip6_tunnel.c | 535 case ICMPV6_PKT_TOOBIG: in ip6_tnl_err() 543 rel_type = ICMPV6_PKT_TOOBIG; in ip6_tnl_err() 593 case ICMPV6_PKT_TOOBIG: in ip4ip6_err() 1393 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6ip6_tnl_xmit()
|
D | ip6_vti.c | 491 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti6_xmit() 602 if (type != ICMPV6_PKT_TOOBIG && in vti6_err()
|
D | ah6.c | 665 if (type != ICMPV6_PKT_TOOBIG && in ah6_err()
|
D | ip6_gre.c | 494 case ICMPV6_PKT_TOOBIG: in ip6gre_err() 843 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6gre_xmit_ipv6() 1066 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6erspan_tunnel_xmit()
|
D | ip6_output.c | 530 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_forward() 859 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ip6_fragment()
|
D | tcp_ipv6.c | 387 if (sock_owned_by_user(sk) && type != ICMPV6_PKT_TOOBIG) in tcp_v6_err() 420 if (type == ICMPV6_PKT_TOOBIG) { in tcp_v6_err()
|
D | esp6.c | 723 if (type != ICMPV6_PKT_TOOBIG && in esp6_err()
|
D | raw.c | 343 if (type == ICMPV6_PKT_TOOBIG) { in rawv6_err()
|
D | udp.c | 491 if (type == ICMPV6_PKT_TOOBIG) { in __udp6_lib_err()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_interface.c | 351 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in xfrmi_xmit2() 513 if (type != ICMPV6_PKT_TOOBIG && in xfrmi6_err()
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
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-v4.19/net/ipv4/ |
D | ip_vti.c | 211 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in vti_xmit()
|
D | ip_tunnel.c | 543 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in tnl_update_pmtu()
|
/Linux-v4.19/net/dccp/ |
D | ipv6.c | 136 if (type == ICMPV6_PKT_TOOBIG) { in dccp_v6_err()
|
/Linux-v4.19/net/sctp/ |
D | ipv6.c | 174 case ICMPV6_PKT_TOOBIG: in sctp_v6_err()
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_xmit.c | 229 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ensure_mtu_is_adequate()
|
/Linux-v4.19/drivers/infiniband/ulp/ipoib/ |
D | ipoib_cm.c | 1445 icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu); in ipoib_cm_skb_reap()
|
12