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

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

#ifndef TCP_BUF_H
#define TCP_BUF_H

void tcp_sock4_iov_init(const struct ctx *c);
void tcp_sock6_iov_init(const struct ctx *c);
void tcp_flags_flush(const struct ctx *c);
void tcp_payload_flush(const struct ctx *c);
uint16_t tcp_buf_conn_tap_mss(const struct tcp_tap_conn *conn);
int tcp_data_from_sock(struct ctx *c, struct tcp_tap_conn *conn);
int tcp_send_flag(struct ctx *c, struct tcp_tap_conn *conn, int flags);

#endif  /*TCP_BUF_H */

debug log:

solving 57ad4a2a289c ...
found 57ad4a2a289c in https://archives.passt.top/passt-dev/20240529101909.1120078-5-lvivier@redhat.com/ ||
	https://archives.passt.top/passt-dev/20240528173152.1074623-5-lvivier@redhat.com/ ||
	https://archives.passt.top/passt-dev/20240527091030.772228-5-lvivier@redhat.com/

applying [1/1] https://archives.passt.top/passt-dev/20240529101909.1120078-5-lvivier@redhat.com/
diff --git a/tcp_buf.h b/tcp_buf.h
new file mode 100644
index 000000000000..57ad4a2a289c

Checking patch tcp_buf.h...
Applied patch tcp_buf.h cleanly.

skipping https://archives.passt.top/passt-dev/20240528173152.1074623-5-lvivier@redhat.com/ for 57ad4a2a289c
skipping https://archives.passt.top/passt-dev/20240527091030.772228-5-lvivier@redhat.com/ for 57ad4a2a289c
index at:
100644 57ad4a2a289ce6af5ab44fc399efc06e92aa3649	tcp_buf.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).