FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
application_local.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2019 Cisco and/or its affiliates.
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at:
6  *
7  * http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15 
16 
17 #ifndef SRC_VNET_SESSION_APPLICATION_LOCAL_H_
18 #define SRC_VNET_SESSION_APPLICATION_LOCAL_H_
19 
21 #include <vnet/session/transport.h>
22 
23 typedef struct ct_connection_
24 {
37 
41 int ct_session_tx (session_t * s);
42 
43 #endif /* SRC_VNET_SESSION_APPLICATION_LOCAL_H_ */
44 
45 /*
46  * fd.io coding-style-patch-verification: ON
47  *
48  * Local Variables:
49  * eval: (c-set-style "gnu")
50  * End:
51  */
int ct_session_connect_notify(session_t *ls)
unsigned long u64
Definition: types.h:89
void ct_session_endpoint(session_t *ll, session_endpoint_t *sep)
unsigned char u8
Definition: types.h:56
struct _svm_fifo svm_fifo_t
session_t * ct_session_get_peer(session_t *s)
unsigned int u32
Definition: types.h:88
svm_fifo_t * client_rx_fifo
struct _transport_connection transport_connection_t
transport_proto_t actual_tp
int ct_session_tx(session_t *s)
transport_connection_t connection
enum _transport_proto transport_proto_t
svm_fifo_t * client_tx_fifo
struct ct_connection_ ct_connection_t
struct _session_endpoint session_endpoint_t