Home
last modified time | relevance | path

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

/Linux-v5.10/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()
Dtest_cls_redirect.c722 if (icmp.type == ICMP_ECHO) { in process_icmpv4()
/Linux-v5.10/net/netfilter/
Dnf_conntrack_proto_icmp.c46 [ICMP_ECHO] = ICMP_ECHOREPLY + 1,
47 [ICMP_ECHOREPLY] = ICMP_ECHO + 1,
80 [ICMP_ECHO] = 1, in nf_conntrack_icmp_packet()
Dnf_nat_proto.c235 case ICMP_ECHO: in icmp_manip_pkt()
/Linux-v5.10/include/uapi/linux/
Dicmp.h28 #define ICMP_ECHO 8 /* Echo Request */ macro
/Linux-v5.10/net/ipv4/netfilter/
Dnf_log_ipv4.c122 [ICMP_ECHO] = 4, in dump_ipv4_packet()
161 case ICMP_ECHO: in dump_ipv4_packet()
/Linux-v5.10/net/ipv4/
Dicmp.c1111 if ((icmph->type == ICMP_ECHO || in icmp_rcv()
1116 if (icmph->type != ICMP_ECHO && in icmp_rcv()
1261 [ICMP_ECHO] = {
Dproc.c132 { "Echos", ICMP_ECHO },
Dping.c455 return (family == AF_INET && type == ICMP_ECHO && code == 0) || in ping_supported()
Droute.c3095 icmph->type = ICMP_ECHO; in inet_rtm_getroute_build_skb()
/Linux-v5.10/net/core/
Dflow_dissector.c141 case ICMP_ECHO: in icmp_has_id()