public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
5cc067e57a9c4bd76d535ed51e78e0fba4ed41ef blob 579 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
 
/* 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

#include <stdint.h>

#include <netinet/in.h>

struct ctx;
struct icmp_ping_flow;

void icmp_sock_handler(const struct ctx *c, union epoll_ref ref,
		       unsigned int qpair);
int icmp_tap_handler(const struct ctx *c, unsigned int qpair, uint8_t pif,
		     sa_family_t af, const void *saddr, const void *daddr,
		     struct iov_tail *data, const struct timespec *now);
void icmp_init(void);


#endif /* ICMP_H */
debug log:

solving 5cc067e57a9c ...
found 5cc067e57a9c in https://archives.passt.top/passt-dev/20260616125130.1324274-10-lvivier@redhat.com/
found 556260461995 in https://archives.passt.top/passt-dev/20260619103006.1669522-1-lvivier@redhat.com/
found e8b928b61370 in https://passt.top/passt
preparing index
index prepared:
100644 e8b928b613705875a71e492d77563df59103dce2	icmp.h

applying [1/2] https://archives.passt.top/passt-dev/20260619103006.1669522-1-lvivier@redhat.com/
diff --git a/icmp.h b/icmp.h
index e8b928b61370..556260461995 100644


applying [2/2] https://archives.passt.top/passt-dev/20260616125130.1324274-10-lvivier@redhat.com/
diff --git a/icmp.h b/icmp.h
index 556260461995..5cc067e57a9c 100644

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

index at:
100644 5cc067e57a9c4bd76d535ed51e78e0fba4ed41ef	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).