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

#include <structs.h>

Data Fields

struct list_head chunks
 
atomic_t refcnt
 
unsigned long expires_at
 
int send_error
 
u8 send_failed:1
 
u8 can_abandon:1
 
u8 can_delay
 

Detailed Description

Definition at line 525 of file structs.h.

Field Documentation

u8 can_abandon

Definition at line 534 of file structs.h.

u8 can_delay

Definition at line 534 of file structs.h.

struct list_head chunks

Definition at line 527 of file structs.h.

unsigned long expires_at

Definition at line 531 of file structs.h.

atomic_t refcnt

Definition at line 529 of file structs.h.

int send_error

Definition at line 533 of file structs.h.

u8 send_failed

Definition at line 534 of file structs.h.


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