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

#include <structs.h>

Data Fields

__u16 source_port
 
__u16 destination_port
 
__u32 vtag
 
struct list_head chunk_list
 
size_t overhead
 
size_t size
 
struct sctp_transporttransport
 
struct sctp_chunkauth
 
u8 has_cookie_echo:1
 
u8 has_sack:1
 
u8 has_auth:1
 
u8 has_data:1
 
u8 ipfragok:1
 
u8 malloced:1
 

Detailed Description

Definition at line 690 of file structs.h.

Field Documentation

Definition at line 711 of file structs.h.

struct list_head chunk_list

Definition at line 697 of file structs.h.

__u16 destination_port

Definition at line 693 of file structs.h.

u8 has_auth

Definition at line 713 of file structs.h.

u8 has_cookie_echo

Definition at line 713 of file structs.h.

u8 has_data

Definition at line 713 of file structs.h.

u8 has_sack

Definition at line 713 of file structs.h.

u8 ipfragok

Definition at line 713 of file structs.h.

u8 malloced

Definition at line 713 of file structs.h.

size_t overhead

Definition at line 700 of file structs.h.

size_t size

Definition at line 702 of file structs.h.

__u16 source_port

Definition at line 692 of file structs.h.

Definition at line 708 of file structs.h.

__u32 vtag

Definition at line 694 of file structs.h.


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