/kernel/linux/linux-5.10/include/linux/ |
H A D | icmp.h | 32 case ICMP_PARAMETERPROB: in icmp_is_err()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | icmp.h | 32 case ICMP_PARAMETERPROB: in icmp_is_err()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | icmp.h | 15 #define ICMP_PARAMETERPROB 12 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | icmp.h | 30 #define ICMP_PARAMETERPROB 12 /* Parameter Problem */ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | icmp.h | 29 #define ICMP_PARAMETERPROB 12 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | icmp.h | 29 #define ICMP_PARAMETERPROB 12 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | icmp.h | 32 #define ICMP_PARAMETERPROB 12 /* Parameter Problem */ macro
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | nf_log_ipv4.c | 125 [ICMP_PARAMETERPROB] in dump_ipv4_packet() 168 case ICMP_PARAMETERPROB: in dump_ipv4_packet()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_options.c | 486 icmp_send(skb, ICMP_PARAMETERPROB, 0, info); in ip_options_compile() 618 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl(16<<24)); in ip_options_rcv_srr() 626 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl((opt->srr+2)<<24)); in ip_options_rcv_srr()
|
H A D | proc.c | 129 { "ParmProbs", ICMP_PARAMETERPROB },
|
H A D | icmp.c | 855 * ICMP_PARAMETERPROB. 920 case ICMP_PARAMETERPROB: in icmp_unreach() 1291 [ICMP_PARAMETERPROB] = {
|
H A D | tcp_ipv4.c | 500 tcp_req_err(sk, seq, type == ICMP_PARAMETERPROB || in tcp_v4_err() 544 case ICMP_PARAMETERPROB: in tcp_v4_err()
|
H A D | raw.c | 255 case ICMP_PARAMETERPROB: in raw_err()
|
H A D | ping.c | 540 case ICMP_PARAMETERPROB: in ping_err()
|
/kernel/linux/linux-6.6/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 | icmp.c | 849 * ICMP_PARAMETERPROB. 917 case ICMP_PARAMETERPROB: in icmp_unreach() 1427 [ICMP_PARAMETERPROB] = {
|
H A D | proc.c | 129 { "ParmProbs", ICMP_PARAMETERPROB },
|
H A D | ping.c | 547 case ICMP_PARAMETERPROB: in ping_err()
|
H A D | raw.c | 233 case ICMP_PARAMETERPROB: in raw_err()
|
H A D | tcp_ipv4.c | 501 tcp_req_err(sk, seq, type == ICMP_PARAMETERPROB || in tcp_v4_err() 548 case ICMP_PARAMETERPROB: in tcp_v4_err()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_log_syslog.c | 384 [ICMP_PARAMETERPROB] = 8 + sizeof(struct iphdr), in dump_ipv4_packet() 428 case ICMP_PARAMETERPROB: in dump_ipv4_packet()
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ipv4.c | 298 case ICMP_PARAMETERPROB: in dccp_v4_err()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | ipv4.c | 309 case ICMP_PARAMETERPROB: in dccp_v4_err()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | input.c | 606 case ICMP_PARAMETERPROB: in sctp_v4_err()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | input.c | 556 case ICMP_PARAMETERPROB: in sctp_v4_err_handle()
|