Home
last modified time | relevance | path

Searched refs:ICMP_TIMESTAMPREPLY (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Dicmp.h34 #define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */ macro
/linux-6.6.21/net/netfilter/
Dnf_conntrack_proto_icmp.c48 [ICMP_TIMESTAMP] = ICMP_TIMESTAMPREPLY + 1,
49 [ICMP_TIMESTAMPREPLY] = ICMP_TIMESTAMP + 1,
Dnf_log_syslog.c386 [ICMP_TIMESTAMPREPLY] = 20, in dump_ipv4_packet()
Dnf_nat_proto.c238 case ICMP_TIMESTAMPREPLY: in icmp_manip_pkt()
/linux-6.6.21/net/ipv4/
Dicmp.c1156 icmp_param.data.icmph.type = ICMP_TIMESTAMPREPLY; in icmp_timestamp()
1434 [ICMP_TIMESTAMPREPLY] = {
Dproc.c135 { "TimestampReps", ICMP_TIMESTAMPREPLY },
/linux-6.6.21/net/core/
Dflow_dissector.c148 case ICMP_TIMESTAMPREPLY: in icmp_has_id()