|
Linux Kernel
3.7.1
|
#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 __rcu * | tcp_fastopen_ctx |
| 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.
Definition at line 25 of file tcp_fastopen.c.
| 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.
1.8.2