Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_proto_icmp.c48 [ICMP_TIMESTAMP] = ICMP_TIMESTAMPREPLY + 1,
49 [ICMP_TIMESTAMPREPLY] = ICMP_TIMESTAMP + 1,
81 [ICMP_TIMESTAMP] = 1, in nf_conntrack_icmp_packet()
H A Dnf_log_syslog.c385 [ICMP_TIMESTAMP] = 20, in dump_ipv4_packet()
H A Dnf_nat_proto.c237 case ICMP_TIMESTAMP: in icmp_manip_pkt()
/linux/include/uapi/linux/
H A Dicmp.h33 #define ICMP_TIMESTAMP 13 /* Timestamp Request */ macro
/linux/net/ipv4/
H A Dicmp.c1277 icmph->type == ICMP_TIMESTAMP) && in icmp_rcv()
1283 icmph->type != ICMP_TIMESTAMP && in icmp_rcv()
1448 [ICMP_TIMESTAMP] = {
H A Dproc.c136 { "Timestamps", ICMP_TIMESTAMP },
/linux/net/core/
H A Dflow_dissector.c147 case ICMP_TIMESTAMP: in icmp_has_id()