Home
last modified time | relevance | path

Searched refs:ICMP_ECHO (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dxdping_kern.c141 icmph->type = ICMP_ECHO; in xdping_client()
164 ret = icmp_check(ctx, ICMP_ECHO); in xdping_server()
/Linux-v5.4/net/netfilter/
Dnf_conntrack_proto_icmp.c44 [ICMP_ECHO] = ICMP_ECHOREPLY + 1,
45 [ICMP_ECHOREPLY] = ICMP_ECHO + 1,
78 [ICMP_ECHO] = 1, in nf_conntrack_icmp_packet()
/Linux-v5.4/include/uapi/linux/
Dicmp.h27 #define ICMP_ECHO 8 /* Echo Request */ macro
/Linux-v5.4/net/ipv4/netfilter/
Dnf_log_ipv4.c122 [ICMP_ECHO] = 4, in dump_ipv4_packet()
161 case ICMP_ECHO: in dump_ipv4_packet()
/Linux-v5.4/net/ipv4/
Dicmp.c1054 if ((icmph->type == ICMP_ECHO || in icmp_rcv()
1059 if (icmph->type != ICMP_ECHO && in icmp_rcv()
1145 [ICMP_ECHO] = {
Dproc.c131 { "Echos", ICMP_ECHO },
Dping.c467 return (family == AF_INET && type == ICMP_ECHO && code == 0) || in ping_supported()
Droute.c2997 icmph->type = ICMP_ECHO; in inet_rtm_getroute_build_skb()