#include <linux/mm.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/sysctl.h>
#include <linux/workqueue.h>
#include <net/tcp.h>
#include <net/inet_common.h>
#include <net/xfrm.h>
Go to the source code of this file.
|
| EXPORT_SYMBOL (sysctl_tcp_syncookies) |
|
| EXPORT_SYMBOL_GPL (tcp_death_row) |
|
enum tcp_tw_status | tcp_timewait_state_process (struct inet_timewait_sock *tw, struct sk_buff *skb, const struct tcphdr *th) |
|
| EXPORT_SYMBOL (tcp_timewait_state_process) |
|
void | tcp_time_wait (struct sock *sk, int state, int timeo) |
|
void | tcp_twsk_destructor (struct sock *sk) |
|
| EXPORT_SYMBOL_GPL (tcp_twsk_destructor) |
|
struct sock * | tcp_create_openreq_child (struct sock *sk, struct request_sock *req, struct sk_buff *skb) |
|
| EXPORT_SYMBOL (tcp_create_openreq_child) |
|
struct sock * | tcp_check_req (struct sock *sk, struct sk_buff *skb, struct request_sock *req, struct request_sock **prev, bool fastopen) |
|
| EXPORT_SYMBOL (tcp_check_req) |
|
int | tcp_child_process (struct sock *parent, struct sock *child, struct sk_buff *skb) |
|
| EXPORT_SYMBOL (tcp_child_process) |
|
Initial value:= {
.sysctl_max_tw_buckets =
NR_FILE * 2,
.twcal_hand = -1,
}
Definition at line 35 of file tcp_minisocks.c.