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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright (c) 2022 Red Hat GmbH
 * Author: Stefano Brivio <sbrivio@redhat.com>
 */

#ifndef TCP_SPLICE_H
#define TCP_SPLICE_H

struct tcp_splice_conn;
union sockaddr_inany;

void tcp_splice_sock_handler(struct ctx *c, union epoll_ref ref,
			     uint32_t events);
bool tcp_splice_conn_from_sock(const struct ctx *c, in_port_t dstport,
			       union flow *flow, int s0);
void tcp_splice_init(struct ctx *c);

#endif /* TCP_SPLICE_H */

debug log:

solving e523c7e ...
found e523c7e in https://archives.passt.top/passt-dev/20240503011135.2924437-4-david@gibson.dropbear.id.au/
found ed8f0c5 in https://passt.top/passt
preparing index
index prepared:
100644 ed8f0c580dee79a3d847387b412aa45532c5b154	tcp_splice.h

applying [1/1] https://archives.passt.top/passt-dev/20240503011135.2924437-4-david@gibson.dropbear.id.au/
diff --git a/tcp_splice.h b/tcp_splice.h
index ed8f0c5..e523c7e 100644

Checking patch tcp_splice.h...
Applied patch tcp_splice.h cleanly.

index at:
100644 e523c7effee13f00e62637a3f36d1907f71cdea0	tcp_splice.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).