Lines Matching refs:echo
261 * Returns true if the echo req was correct, false otherwise.
335 netdev_dbg(gtp->dev, "no route for echo response from %pI4\n",
353 int flags, u32 type, struct echo_info echo)
362 if (nla_put_u32(skb, GTPA_VERSION, echo.gtp_version) ||
363 nla_put_be32(skb, GTPA_PEER_ADDRESS, echo.peer_addr_ip4.s_addr) ||
364 nla_put_be32(skb, GTPA_MS_ADDRESS, echo.ms_addr_ip4.s_addr))
378 struct echo_info echo;
389 echo.ms_addr_ip4.s_addr = iph->daddr;
390 echo.peer_addr_ip4.s_addr = iph->saddr;
391 echo.gtp_version = GTP_V0;
397 ret = gtp_genl_fill_echo(msg, 0, 0, 0, GTP_CMD_ECHOREQ, echo);
425 * handle echo request.
517 netdev_dbg(gtp->dev, "no route for echo response from %pI4\n",
537 struct echo_info echo;
552 echo.ms_addr_ip4.s_addr = iph->daddr;
553 echo.peer_addr_ip4.s_addr = iph->saddr;
554 echo.gtp_version = GTP_V1;
560 ret = gtp_genl_fill_echo(msg, 0, 0, 0, GTP_CMD_ECHOREQ, echo);
587 * handle echo request.
1798 netdev_dbg(gtp->dev, "no route for echo request to %pI4\n",