Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
x25_subr.c File Reference
#include <linux/slab.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/skbuff.h>
#include <net/sock.h>
#include <net/tcp_states.h>
#include <net/x25.h>

Go to the source code of this file.

Functions

void x25_clear_queues (struct sock *sk)
 
void x25_frames_acked (struct sock *sk, unsigned short nr)
 
void x25_requeue_frames (struct sock *sk)
 
int x25_validate_nr (struct sock *sk, unsigned short nr)
 
void x25_write_internal (struct sock *sk, int frametype)
 
int x25_decode (struct sock *sk, struct sk_buff *skb, int *ns, int *nr, int *q, int *d, int *m)
 
void x25_disconnect (struct sock *sk, int reason, unsigned char cause, unsigned char diagnostic)
 
void x25_check_rbuf (struct sock *sk)
 

Function Documentation

void x25_check_rbuf ( struct sock sk)

Definition at line 375 of file x25_subr.c.

void x25_clear_queues ( struct sock sk)

Definition at line 37 of file x25_subr.c.

int x25_decode ( struct sock sk,
struct sk_buff skb,
int ns,
int nr,
int q,
int d,
int m 
)

Definition at line 268 of file x25_subr.c.

void x25_disconnect ( struct sock sk,
int  reason,
unsigned char  cause,
unsigned char  diagnostic 
)

Definition at line 347 of file x25_subr.c.

void x25_frames_acked ( struct sock sk,
unsigned short  nr 
)

Definition at line 54 of file x25_subr.c.

void x25_requeue_frames ( struct sock sk)

Definition at line 71 of file x25_subr.c.

int x25_validate_nr ( struct sock sk,
unsigned short  nr 
)

Definition at line 93 of file x25_subr.c.

void x25_write_internal ( struct sock sk,
int  frametype 
)

Definition at line 112 of file x25_subr.c.