Home
last modified time | relevance | path

Searched refs:ICMP_TIMESTAMP (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/net/netfilter/
Dnf_conntrack_proto_icmp.c46 [ICMP_TIMESTAMP] = ICMP_TIMESTAMPREPLY + 1,
47 [ICMP_TIMESTAMPREPLY] = ICMP_TIMESTAMP + 1,
79 [ICMP_TIMESTAMP] = 1, in nf_conntrack_icmp_packet()
/Linux-v5.4/include/uapi/linux/
Dicmp.h30 #define ICMP_TIMESTAMP 13 /* Timestamp Request */ macro
/Linux-v5.4/net/ipv4/
Dicmp.c1055 icmph->type == ICMP_TIMESTAMP) && in icmp_rcv()
1060 icmph->type != ICMP_TIMESTAMP && in icmp_rcv()
1164 [ICMP_TIMESTAMP] = {
Dproc.c133 { "Timestamps", ICMP_TIMESTAMP },
/Linux-v5.4/net/ipv4/netfilter/
Dnf_log_ipv4.c127 [ICMP_TIMESTAMP] = 20, in dump_ipv4_packet()