Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
nr_out.c File Reference
#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 <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_output (struct sock *sk, struct sk_buff *skb)
 
void nr_send_nak_frame (struct sock *sk)
 
void nr_kick (struct sock *sk)
 
void nr_transmit_buffer (struct sock *sk, struct sk_buff *skb)
 
void nr_establish_data_link (struct sock *sk)
 
void nr_enquiry_response (struct sock *sk)
 
void nr_check_iframes_acked (struct sock *sk, unsigned short nr)
 

Function Documentation

void nr_check_iframes_acked ( struct sock sk,
unsigned short  nr 
)

Definition at line 259 of file nr_out.c.

void nr_enquiry_response ( struct sock sk)

Definition at line 241 of file nr_out.c.

void nr_establish_data_link ( struct sock sk)

Definition at line 223 of file nr_out.c.

void nr_kick ( struct sock sk)

Definition at line 125 of file nr_out.c.

void nr_output ( struct sock sk,
struct sk_buff skb 
)

Definition at line 35 of file nr_out.c.

void nr_send_nak_frame ( struct sock sk)

Definition at line 100 of file nr_out.c.

void nr_transmit_buffer ( struct sock sk,
struct sk_buff skb 
)

Definition at line 188 of file nr_out.c.