#include <linux/errno.h>
#include <linux/types.h>
#include <linux/socket.h>
#include <linux/in.h>
#include <linux/kernel.h>
#include <linux/timer.h>
#include <linux/string.h>
#include <linux/sockios.h>
#include <linux/net.h>
#include <linux/slab.h>
#include <net/ax25.h>
#include <linux/inet.h>
#include <linux/netdevice.h>
#include <linux/skbuff.h>
#include <net/sock.h>
#include <net/tcp_states.h>
#include <linux/uaccess.h>
#include <linux/fcntl.h>
#include <linux/mm.h>
#include <linux/interrupt.h>
#include <net/netrom.h>
static int nr_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more)
{ … }
static int nr_state1_machine(struct sock *sk, struct sk_buff *skb,
int frametype)
{ … }
static int nr_state2_machine(struct sock *sk, struct sk_buff *skb,
int frametype)
{ … }
static int nr_state3_machine(struct sock *sk, struct sk_buff *skb, int frametype)
{ … }
int nr_process_rx_frame(struct sock *sk, struct sk_buff *skb)
{ … }