Searched refs:ICMP_PARAMETERPROB (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ |
H A D | icmp.h | 32 case ICMP_PARAMETERPROB: in icmp_is_err()
|
/linux/include/uapi/linux/ |
H A D | icmp.h | 32 #define ICMP_PARAMETERPROB 12 /* Parameter Problem */ macro
|
/linux/net/ipv4/ |
H A D | ip_options.c | 473 icmp_send(skb, ICMP_PARAMETERPROB, 0, info); in ip_options_compile() 605 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl(16<<24)); in ip_options_rcv_srr() 613 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl((opt->srr+2)<<24)); in ip_options_rcv_srr()
|
H A D | proc.c | 131 { "ParmProbs", ICMP_PARAMETERPROB },
|
H A D | raw.c | 240 case ICMP_PARAMETERPROB: in raw_err()
|
H A D | tcp_ipv4.c | 524 tcp_req_err(sk, seq, type == ICMP_PARAMETERPROB || in tcp_v4_err() 576 case ICMP_PARAMETERPROB: in tcp_v4_err()
|
/linux/net/netfilter/ |
H A D | nf_log_syslog.c | 386 [ICMP_PARAMETERPROB] = 8 + sizeof(struct iphdr), in dump_ipv4_packet() 430 case ICMP_PARAMETERPROB: in dump_ipv4_packet()
|
/linux/net/sctp/ |
H A D | input.c | 556 case ICMP_PARAMETERPROB: in sctp_v4_err_handle()
|
/linux/net/ipv6/ |
H A D | sit.c | 540 case ICMP_PARAMETERPROB: in ipip6_err()
|