Searched refs:ICMP_ECHO (Results 1 – 10 of 10) sorted by relevance
730 if (icmp.type == ICMP_ECHO) { in process_icmpv4()
624 if (icmp.type == ICMP_ECHO) in process_icmpv4()
54 if (icmp->type != ICMP_ECHO) in __expect_icmp_ipv4()
30 #define ICMP_ECHO 8 /* Echo Request */ macro
1263 if (icmp_param->data.icmph.type == ICMP_ECHO) in icmp_echo()1499 if ((icmph->type == ICMP_ECHO || in icmp_rcv()1505 if (icmph->type != ICMP_ECHO && in icmp_rcv()1668 [ICMP_ECHO] = {
3210 icmph->type = ICMP_ECHO; in inet_rtm_getroute_build_skb()
236 match && (icmp->type != ICMP_ECHO || icmp->code != 0)) { in iwl_mei_rx_filter_ipv4()
509 buf[0] = ICMP_ECHO; in main()
145 case ICMP_ECHO: in icmp_has_id()