Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
timewait_sock_ops Struct Reference

#include <timewait_sock.h>

Data Fields

struct kmem_cachetwsk_slab
 
chartwsk_slab_name
 
unsigned int twsk_obj_size
 
int(* twsk_unique )(struct sock *sk, struct sock *sktw, void *twp)
 
void(* twsk_destructor )(struct sock *sk)
 

Detailed Description

Definition at line 18 of file timewait_sock.h.

Field Documentation

void(* twsk_destructor)(struct sock *sk)

Definition at line 24 of file timewait_sock.h.

unsigned int twsk_obj_size

Definition at line 21 of file timewait_sock.h.

struct kmem_cache* twsk_slab

Definition at line 19 of file timewait_sock.h.

char* twsk_slab_name

Definition at line 20 of file timewait_sock.h.

int(* twsk_unique)(struct sock *sk, struct sock *sktw, void *twp)

Definition at line 22 of file timewait_sock.h.


The documentation for this struct was generated from the following file: