Searched refs:ICMP_PARAMETERPROB (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | icmp.h | 28 #define ICMP_PARAMETERPROB 12 /* Parameter Problem */ macro
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_log_ipv4.c | 128 [ICMP_PARAMETERPROB] in dump_ipv4_packet() 171 case ICMP_PARAMETERPROB: in dump_ipv4_packet()
|
D | nf_conntrack_proto_icmp.c | 224 icmph->type != ICMP_PARAMETERPROB && in icmp_error()
|
/linux-4.4.14/net/ipv4/ |
D | ip_options.c | 476 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl((pp_ptr-iph)<<24)); in ip_options_compile() 627 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl(16<<24)); in ip_options_rcv_srr() 635 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl((opt->srr+2)<<24)); in ip_options_rcv_srr()
|
D | icmp.c | 833 } else if (icmph->type == ICMP_PARAMETERPROB) in icmp_unreach() 1138 [ICMP_PARAMETERPROB] = {
|
D | proc.c | 144 { "ParmProbs", ICMP_PARAMETERPROB },
|
D | raw.c | 253 case ICMP_PARAMETERPROB: in raw_err()
|
D | tcp_ipv4.c | 386 type == ICMP_PARAMETERPROB || in tcp_v4_err() 428 case ICMP_PARAMETERPROB: in tcp_v4_err()
|
D | ip_gre.c | 272 case ICMP_PARAMETERPROB: in ipgre_err()
|
D | ping.c | 543 case ICMP_PARAMETERPROB: in ping_err()
|
D | udp.c | 655 case ICMP_PARAMETERPROB: in __udp4_lib_err()
|
D | route.c | 1718 icmph->type != ICMP_PARAMETERPROB) { in ip_multipath_icmp_hash()
|
/linux-4.4.14/net/sched/ |
D | act_nat.c | 199 (icmph->type != ICMP_PARAMETERPROB)) in tcf_nat()
|
/linux-4.4.14/net/netfilter/ |
D | xt_HMARK.c | 246 icmph->type != ICMP_PARAMETERPROB && in get_inner_hdr()
|
D | xt_socket.c | 61 case ICMP_PARAMETERPROB: in extract_icmp4_fields()
|
/linux-4.4.14/net/sctp/ |
D | input.c | 600 case ICMP_PARAMETERPROB: in sctp_v4_err()
|
/linux-4.4.14/net/dccp/ |
D | ipv4.c | 295 case ICMP_PARAMETERPROB: in dccp_v4_err()
|
/linux-4.4.14/net/ipv6/ |
D | sit.c | 528 case ICMP_PARAMETERPROB: in ipip6_err()
|