Searched refs:ICMP_FRAG_NEEDED (Results 1 – 28 of 28) sorted by relevance
/linux-4.1.27/net/rxrpc/ |
D | ar-error.c | 77 serr->ee.ee_code == ICMP_FRAG_NEEDED in rxrpc_UDP_error_report() 165 case ICMP_FRAG_NEEDED: in rxrpc_UDP_error_handler()
|
/linux-4.1.27/include/uapi/linux/ |
D | icmp.h | 43 #define ICMP_FRAG_NEEDED 4 /* Fragmentation Needed/DF set */ macro
|
/linux-4.1.27/net/ipv4/ |
D | xfrm4_output.c | 37 ICMP_FRAG_NEEDED, htonl(mtu)); in xfrm4_tunnel_check_size()
|
D | ip_forward.c | 119 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_forward()
|
D | ipcomp.c | 36 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ipcomp4_err()
|
D | icmp.c | 298 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmpv4_xrlim_allow() 780 case ICMP_FRAG_NEEDED: in icmp_unreach() 1058 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in icmp_err()
|
D | gre_demux.c | 228 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in gre_cisco_err()
|
D | ipip.c | 150 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in ipip_err()
|
D | raw.c | 231 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in raw_err() 263 if (code == ICMP_FRAG_NEEDED) { in raw_err()
|
D | ip_vti.c | 285 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in vti4_err()
|
D | ah4.c | 440 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in ah4_err()
|
D | esp4.c | 488 if (icmp_hdr(skb)->code != ICMP_FRAG_NEEDED) in esp4_err()
|
D | tcp_ipv4.c | 396 if (!(type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED)) in tcp_v4_err() 432 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in tcp_v4_err()
|
D | ping.c | 547 if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */ in ping_err()
|
D | ip_tunnel.c | 610 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in tnl_update_pmtu()
|
D | ip_output.c | 515 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_fragment()
|
D | udp.c | 657 if (code == ICMP_FRAG_NEEDED) { /* Path MTU discovery */ in __udp4_lib_err()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_log_ipv4.c | 193 ich->code == ICMP_FRAG_NEEDED) { in dump_ipv4_packet()
|
/linux-4.1.27/net/ipv6/ |
D | ip6_tunnel.c | 600 rel_code = ICMP_FRAG_NEEDED; in ip4ip6_err() 657 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err() 1149 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip4ip6_tnl_xmit()
|
D | ip6_vti.c | 479 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in vti6_xmit()
|
D | ip6_gre.c | 804 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip6gre_xmit_ipv4()
|
D | sit.c | 561 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in ipip6_err()
|
/linux-4.1.27/net/sctp/ |
D | input.c | 608 if (ICMP_FRAG_NEEDED == code) { in sctp_v4_err()
|
/linux-4.1.27/net/dccp/ |
D | ipv4.c | 304 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in dccp_v4_err()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_xmit.c | 246 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ensure_mtu_is_adequate()
|
D | ip_vs_core.c | 1446 ic->code == ICMP_FRAG_NEEDED) { in ip_vs_in_icmp()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_cm.c | 1394 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in ipoib_cm_skb_reap()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunvnet.c | 1294 ICMP_FRAG_NEEDED, in vnet_start_xmit()
|