FreeBSD kernel IPv4 code
tcp_fastopen.h File Reference
#include "opt_inet.h"
Include dependency graph for tcp_fastopen.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

union  tcp_fastopen_ip_addr
 
struct  tcp_fastopen_ccache_entry
 
struct  tcp_fastopen_ccache_bucket
 
struct  tcp_fastopen_ccache
 

Macros

#define TCP_FASTOPEN_COOKIE_LEN   8 /* SipHash24 64-bit output */
 
#define V_tcp_fastopen_client_enable   0
 
#define V_tcp_fastopen_server_enable   0
 
#define tcp_fastopen_init()   ((void)0)
 
#define tcp_fastopen_destroy()   ((void)0)
 
#define tcp_fastopen_alloc_counter()   NULL
 
#define tcp_fastopen_decrement_counter(c)   ((void)0)
 
#define tcp_fastopen_check_cookie(i, c, l, lc)   (-1)
 
#define tcp_fastopen_connect(t)   ((void)0)
 
#define tcp_fastopen_disable_path(t)   ((void)0)
 
#define tcp_fastopen_update_cache(t, m, l, c)   ((void)0)
 

Macro Definition Documentation

◆ tcp_fastopen_alloc_counter

#define tcp_fastopen_alloc_counter (   void)    NULL

Definition at line 98 of file tcp_fastopen.h.

◆ tcp_fastopen_check_cookie

#define tcp_fastopen_check_cookie (   i,
  c,
  l,
  lc 
)    (-1)

Definition at line 100 of file tcp_fastopen.h.

◆ tcp_fastopen_connect

#define tcp_fastopen_connect (   t)    ((void)0)

Definition at line 101 of file tcp_fastopen.h.

◆ TCP_FASTOPEN_COOKIE_LEN

#define TCP_FASTOPEN_COOKIE_LEN   8 /* SipHash24 64-bit output */

Definition at line 36 of file tcp_fastopen.h.

◆ tcp_fastopen_decrement_counter

#define tcp_fastopen_decrement_counter (   c)    ((void)0)

Definition at line 99 of file tcp_fastopen.h.

◆ tcp_fastopen_destroy

#define tcp_fastopen_destroy (   void)    ((void)0)

Definition at line 97 of file tcp_fastopen.h.

◆ tcp_fastopen_disable_path

#define tcp_fastopen_disable_path (   t)    ((void)0)

Definition at line 102 of file tcp_fastopen.h.

◆ tcp_fastopen_init

#define tcp_fastopen_init (   void)    ((void)0)

Definition at line 96 of file tcp_fastopen.h.

◆ tcp_fastopen_update_cache

#define tcp_fastopen_update_cache (   t,
  m,
  l,
 
)    ((void)0)

Definition at line 103 of file tcp_fastopen.h.

◆ V_tcp_fastopen_client_enable

#define V_tcp_fastopen_client_enable   0

Definition at line 45 of file tcp_fastopen.h.

◆ V_tcp_fastopen_server_enable

#define V_tcp_fastopen_server_enable   0

Definition at line 46 of file tcp_fastopen.h.