Home
last modified time | relevance | path

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

/Linux-v6.1/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.c729 if (icmp.type == ICMP_ECHO) { in process_icmpv4()
/Linux-v6.1/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_log_syslog.c381 [ICMP_ECHO] = 4, in dump_ipv4_packet()
420 case ICMP_ECHO: in dump_ipv4_packet()
Dnf_nat_proto.c235 case ICMP_ECHO: in icmp_manip_pkt()
/Linux-v6.1/include/uapi/linux/
Dicmp.h30 #define ICMP_ECHO 8 /* Echo Request */ macro
/Linux-v6.1/net/ipv4/
Dicmp.c1006 if (icmp_param.data.icmph.type == ICMP_ECHO) in icmp_echo()
1251 if ((icmph->type == ICMP_ECHO || in icmp_rcv()
1257 if (icmph->type != ICMP_ECHO && in icmp_rcv()
1404 [ICMP_ECHO] = {
Dproc.c132 { "Echos", ICMP_ECHO },
Dping.c488 return (family == AF_INET && type == ICMP_ECHO && code == 0) || in ping_supported()
Droute.c3203 icmph->type = ICMP_ECHO; in inet_rtm_getroute_build_skb()
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/mei/
Dnet.c236 match && (icmp->type != ICMP_ECHO || icmp->code != 0)) { in iwl_mei_rx_filter_ipv4()
/Linux-v6.1/tools/testing/selftests/net/
Dcmsg_sender.c452 buf[0] = ICMP_ECHO; in main()
/Linux-v6.1/net/core/
Dflow_dissector.c144 case ICMP_ECHO: in icmp_has_id()