Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
x25_timer.c File Reference
#include <linux/errno.h>
#include <linux/jiffies.h>
#include <linux/timer.h>
#include <net/sock.h>
#include <net/tcp_states.h>
#include <net/x25.h>

Go to the source code of this file.

Functions

void x25_init_timers (struct sock *sk)
 
void x25_start_heartbeat (struct sock *sk)
 
void x25_stop_heartbeat (struct sock *sk)
 
void x25_start_t2timer (struct sock *sk)
 
void x25_start_t21timer (struct sock *sk)
 
void x25_start_t22timer (struct sock *sk)
 
void x25_start_t23timer (struct sock *sk)
 
void x25_stop_timer (struct sock *sk)
 
unsigned long x25_display_timer (struct sock *sk)
 

Function Documentation

unsigned long x25_display_timer ( struct sock sk)

Definition at line 86 of file x25_timer.c.

void x25_init_timers ( struct sock sk)

Definition at line 32 of file x25_timer.c.

void x25_start_heartbeat ( struct sock sk)

Definition at line 43 of file x25_timer.c.

void x25_start_t21timer ( struct sock sk)

Definition at line 60 of file x25_timer.c.

void x25_start_t22timer ( struct sock sk)

Definition at line 67 of file x25_timer.c.

void x25_start_t23timer ( struct sock sk)

Definition at line 74 of file x25_timer.c.

void x25_start_t2timer ( struct sock sk)

Definition at line 53 of file x25_timer.c.

void x25_stop_heartbeat ( struct sock sk)

Definition at line 48 of file x25_timer.c.

void x25_stop_timer ( struct sock sk)

Definition at line 81 of file x25_timer.c.