public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
blob 5642ddaa2b98e65aea462099e7c9fe6ed23f9665 685 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright (c) 2021 Red Hat GmbH
 * Author: Stefano Brivio <sbrivio@redhat.com>
 */

#ifndef ICMP_H
#define ICMP_H

#define ICMP_TIMER_INTERVAL		10000 /* ms */

struct ctx;
struct icmp_ping_flow;

void icmp_sock_handler(const struct ctx *c, union epoll_ref ref);
int icmp_tap_handler(const struct ctx *c, uint8_t pif, int af,
		     const void *saddr, const void *daddr,
		     const struct pool *p, const struct timespec *now);
void icmp_init(void);

/**
 * struct icmp_ctx - Execution context for ICMP routines
 * @timer_run:		Timestamp of most recent timer run
 */
struct icmp_ctx {
	struct timespec timer_run;
};

#endif /* ICMP_H */

debug log:

solving 5642dda ...
found 5642dda in https://archives.passt.top/passt-dev/20231221070237.1422557-15-david@gibson.dropbear.id.au/
found 50807c4 in https://archives.passt.top/passt-dev/20231221070237.1422557-14-david@gibson.dropbear.id.au/
found 2897f31 in https://archives.passt.top/passt-dev/20231221070237.1422557-11-david@gibson.dropbear.id.au/
found 0083597 in https://passt.top/passt
preparing index
index prepared:
100644 0083597194b092bfc323238f44ade409e48f356e	icmp.h

applying [1/3] https://archives.passt.top/passt-dev/20231221070237.1422557-11-david@gibson.dropbear.id.au/
diff --git a/icmp.h b/icmp.h
index 0083597..2897f31 100644


applying [2/3] https://archives.passt.top/passt-dev/20231221070237.1422557-14-david@gibson.dropbear.id.au/
diff --git a/icmp.h b/icmp.h
index 2897f31..50807c4 100644


applying [3/3] https://archives.passt.top/passt-dev/20231221070237.1422557-15-david@gibson.dropbear.id.au/
diff --git a/icmp.h b/icmp.h
index 50807c4..5642dda 100644

Checking patch icmp.h...
Applied patch icmp.h cleanly.
Checking patch icmp.h...
Applied patch icmp.h cleanly.
Checking patch icmp.h...
Applied patch icmp.h cleanly.

index at:
100644 5642ddaa2b98e65aea462099e7c9fe6ed23f9665	icmp.h

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).