|
Linux Kernel
3.7.1
|
#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 <asm/uaccess.h>#include <linux/fcntl.h>#include <linux/mm.h>#include <linux/interrupt.h>#include <net/netrom.h>Go to the source code of this file.
Functions | |
| void | nr_clear_queues (struct sock *sk) |
| void | nr_frames_acked (struct sock *sk, unsigned short nr) |
| void | nr_requeue_frames (struct sock *sk) |
| int | nr_validate_nr (struct sock *sk, unsigned short nr) |
| int | nr_in_rx_window (struct sock *sk, unsigned short ns) |
| void | nr_write_internal (struct sock *sk, int frametype) |
| void | __nr_transmit_reply (struct sk_buff *skb, int mine, unsigned char cmdflags) |
| void | nr_disconnect (struct sock *sk, int reason) |
1.8.2