Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
gprs.h File Reference

Go to the source code of this file.

Functions

int pep_writeable (struct sock *sk)
 
int pep_write (struct sock *sk, struct sk_buff *skb)
 
struct sk_buffpep_read (struct sock *sk)
 
int gprs_attach (struct sock *sk)
 
void gprs_detach (struct sock *sk)
 

Function Documentation

int gprs_attach ( struct sock sk)

Definition at line 259 of file pep-gprs.c.

void gprs_detach ( struct sock sk)

Definition at line 313 of file pep-gprs.c.

struct sk_buff* pep_read ( struct sock sk)
read

Definition at line 1243 of file pep.c.

int pep_write ( struct sock sk,
struct sk_buff skb 
)

Definition at line 1212 of file pep.c.

int pep_writeable ( struct sock sk)

Definition at line 1205 of file pep.c.