Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
ulpqueue.h File Reference

Go to the source code of this file.

Data Structures

struct  sctp_ulpq
 

Functions

struct sctp_ulpqsctp_ulpq_init (struct sctp_ulpq *, struct sctp_association *)
 
void sctp_ulpq_flush (struct sctp_ulpq *ulpq)
 
void sctp_ulpq_free (struct sctp_ulpq *)
 
int sctp_ulpq_tail_data (struct sctp_ulpq *, struct sctp_chunk *, gfp_t)
 
int sctp_ulpq_tail_event (struct sctp_ulpq *, struct sctp_ulpevent *ev)
 
void sctp_ulpq_renege (struct sctp_ulpq *, struct sctp_chunk *, gfp_t)
 
void sctp_ulpq_partial_delivery (struct sctp_ulpq *, struct sctp_chunk *, gfp_t)
 
void sctp_ulpq_abort_pd (struct sctp_ulpq *, gfp_t)
 
int sctp_clear_pd (struct sock *sk, struct sctp_association *asoc)
 
void sctp_ulpq_skip (struct sctp_ulpq *ulpq, __u16 sid, __u16 ssn)
 
void sctp_ulpq_reasm_flushtsn (struct sctp_ulpq *, __u32)
 

Function Documentation

int sctp_clear_pd ( struct sock sk,
struct sctp_association asoc 
)

Definition at line 140 of file ulpqueue.c.

void sctp_ulpq_abort_pd ( struct sctp_ulpq ,
gfp_t   
)

Definition at line 1074 of file ulpqueue.c.

void sctp_ulpq_flush ( struct sctp_ulpq ulpq)

Definition at line 78 of file ulpqueue.c.

void sctp_ulpq_free ( struct sctp_ulpq )

Definition at line 96 of file ulpqueue.c.

struct sctp_ulpq* sctp_ulpq_init ( struct sctp_ulpq ,
struct sctp_association  
)
read

Definition at line 62 of file ulpqueue.c.

void sctp_ulpq_partial_delivery ( struct sctp_ulpq ,
struct sctp_chunk ,
gfp_t   
)

Definition at line 999 of file ulpqueue.c.

void sctp_ulpq_reasm_flushtsn ( struct sctp_ulpq ,
__u32   
)

Definition at line 682 of file ulpqueue.c.

void sctp_ulpq_renege ( struct sctp_ulpq ,
struct sctp_chunk ,
gfp_t   
)

Definition at line 1034 of file ulpqueue.c.

void sctp_ulpq_skip ( struct sctp_ulpq ulpq,
__u16  sid,
__u16  ssn 
)

Definition at line 941 of file ulpqueue.c.

int sctp_ulpq_tail_data ( struct sctp_ulpq ,
struct sctp_chunk ,
gfp_t   
)

Definition at line 104 of file ulpqueue.c.

int sctp_ulpq_tail_event ( struct sctp_ulpq ,
struct sctp_ulpevent ev 
)

Definition at line 199 of file ulpqueue.c.