Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Data Fields
inet_request_sock Struct Reference

#include <inet_sock.h>

Public Member Functions

 kmemcheck_bitfield_begin (flags)
 
 kmemcheck_bitfield_end (flags)
 

Data Fields

struct request_sock req
 
__be16 loc_port
 
__be32 loc_addr
 
__be32 rmt_addr
 
__be16 rmt_port
 
u16 snd_wscale: 4
 
u16 rcv_wscale: 4
 
u16 tstamp_ok: 1
 
u16 sack_ok: 1
 
u16 wscale_ok: 1
 
u16 ecn_ok: 1
 
u16 acked: 1
 
u16 no_srccheck: 1
 
struct ip_options_rcuopt
 

Detailed Description

Definition at line 72 of file inet_sock.h.

Member Function Documentation

kmemcheck_bitfield_begin ( flags  )
kmemcheck_bitfield_end ( flags  )

Field Documentation

u16 acked

Definition at line 82 of file inet_sock.h.

u16 ecn_ok

Definition at line 82 of file inet_sock.h.

__be32 loc_addr

Definition at line 78 of file inet_sock.h.

__be16 loc_port

Definition at line 77 of file inet_sock.h.

u16 no_srccheck

Definition at line 82 of file inet_sock.h.

Definition at line 91 of file inet_sock.h.

u16 rcv_wscale

Definition at line 82 of file inet_sock.h.

Definition at line 73 of file inet_sock.h.

__be32 rmt_addr

Definition at line 79 of file inet_sock.h.

__be16 rmt_port

Definition at line 80 of file inet_sock.h.

u16 sack_ok

Definition at line 82 of file inet_sock.h.

u16 snd_wscale

Definition at line 82 of file inet_sock.h.

u16 tstamp_ok

Definition at line 82 of file inet_sock.h.

u16 wscale_ok

Definition at line 82 of file inet_sock.h.


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