Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_icmp.c54 [ICMP_TIMESTAMP] = ICMP_TIMESTAMPREPLY + 1,
55 [ICMP_TIMESTAMPREPLY] = ICMP_TIMESTAMP + 1,
105 [ICMP_TIMESTAMP] = 1, in icmp_new()
/Linux-v4.19/include/uapi/linux/
Dicmp.h30 #define ICMP_TIMESTAMP 13 /* Timestamp Request */ macro
/Linux-v4.19/net/ipv4/
Dicmp.c1053 icmph->type == ICMP_TIMESTAMP) && in icmp_rcv()
1058 icmph->type != ICMP_TIMESTAMP && in icmp_rcv()
1160 [ICMP_TIMESTAMP] = {
Dproc.c137 { "Timestamps", ICMP_TIMESTAMP },
/Linux-v4.19/net/ipv4/netfilter/
Dnf_log_ipv4.c130 [ICMP_TIMESTAMP] = 20, in dump_ipv4_packet()