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

Go to the source code of this file.

Functions

int x25_output (struct sock *sk, struct sk_buff *skb)
 
void x25_kick (struct sock *sk)
 
void x25_enquiry_response (struct sock *sk)
 

Function Documentation

void x25_enquiry_response ( struct sock sk)

Definition at line 218 of file x25_out.c.

void x25_kick ( struct sock sk)

Definition at line 141 of file x25_out.c.

int x25_output ( struct sock sk,
struct sk_buff skb 
)

Definition at line 52 of file x25_out.c.