aboutgitcodebugslistschat
path: root/tcp_splice.h
blob: a20f3e214c2ac9731040a7465e7c6960929ec6a6 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            



                                              


                    
                       
                     
 

                                                                
                                                                              
                                    

                         
/* 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);
void tcp_splice_conn_from_sock(const struct ctx *c, union flow *flow, int s0);
void tcp_splice_init(struct ctx *c);

#endif /* TCP_SPLICE_H */