Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
tcp_fastopen.c File Reference
#include <linux/err.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/list.h>
#include <linux/tcp.h>
#include <linux/rcupdate.h>
#include <linux/rculist.h>
#include <net/inetpeer.h>
#include <net/tcp.h>

Go to the source code of this file.

Functions

int tcp_fastopen_reset_cipher (void *key, unsigned int len)
 
void tcp_fastopen_cookie_gen (__be32 addr, struct tcp_fastopen_cookie *foc)
 
 late_initcall (tcp_fastopen_init)
 

Variables

int sysctl_tcp_fastopen __read_mostly
 
struct tcp_fastopen_context __rcutcp_fastopen_ctx
 

Function Documentation

late_initcall ( tcp_fastopen_init  )
void tcp_fastopen_cookie_gen ( __be32  addr,
struct tcp_fastopen_cookie foc 
)

Definition at line 67 of file tcp_fastopen.c.

int tcp_fastopen_reset_cipher ( void key,
unsigned int  len 
)

Definition at line 25 of file tcp_fastopen.c.

Variable Documentation

int sysctl_tcp_fastopen __read_mostly

Definition at line 11 of file tcp_fastopen.c.

struct tcp_fastopen_context __rcu* tcp_fastopen_ctx

Definition at line 13 of file tcp_fastopen.c.