Linux Kernel
3.7.1
|
#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) |
Definition at line 375 of file x25_subr.c.
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.
Definition at line 347 of file x25_subr.c.
Definition at line 54 of file x25_subr.c.
Definition at line 71 of file x25_subr.c.
Definition at line 93 of file x25_subr.c.