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

#include <request_sock.h>

Data Fields

int family
 
int obj_size
 
struct kmem_cacheslab
 
charslab_name
 
int(* rtx_syn_ack )(struct sock *sk, struct request_sock *req, struct request_values *rvp)
 
void(* send_ack )(struct sock *sk, struct sk_buff *skb, struct request_sock *req)
 
void(* send_reset )(struct sock *sk, struct sk_buff *skb)
 
void(* destructor )(struct request_sock *req)
 
void(* syn_ack_timeout )(struct sock *sk, struct request_sock *req)
 

Detailed Description

Definition at line 35 of file request_sock.h.

Field Documentation

void(* destructor)(struct request_sock *req)

Definition at line 47 of file request_sock.h.

int family

Definition at line 36 of file request_sock.h.

int obj_size

Definition at line 37 of file request_sock.h.

Definition at line 40 of file request_sock.h.

Definition at line 43 of file request_sock.h.

void(* send_reset)(struct sock *sk, struct sk_buff *skb)

Definition at line 45 of file request_sock.h.

Definition at line 38 of file request_sock.h.

char* slab_name

Definition at line 39 of file request_sock.h.

void(* syn_ack_timeout)(struct sock *sk, struct request_sock *req)

Definition at line 48 of file request_sock.h.


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