Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
nr_timer.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/jiffies.h>
#include <linux/timer.h>
#include <linux/string.h>
#include <linux/sockios.h>
#include <linux/net.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_init_timers (struct sock *sk)
 
void nr_start_t1timer (struct sock *sk)
 
void nr_start_t2timer (struct sock *sk)
 
void nr_start_t4timer (struct sock *sk)
 
void nr_start_idletimer (struct sock *sk)
 
void nr_start_heartbeat (struct sock *sk)
 
void nr_stop_t1timer (struct sock *sk)
 
void nr_stop_t2timer (struct sock *sk)
 
void nr_stop_t4timer (struct sock *sk)
 
void nr_stop_idletimer (struct sock *sk)
 
void nr_stop_heartbeat (struct sock *sk)
 
int nr_t1timer_running (struct sock *sk)
 

Function Documentation

void nr_init_timers ( struct sock sk)

Definition at line 38 of file nr_timer.c.

void nr_start_heartbeat ( struct sock sk)

Definition at line 81 of file nr_timer.c.

void nr_start_idletimer ( struct sock sk)

Definition at line 73 of file nr_timer.c.

void nr_start_t1timer ( struct sock sk)

Definition at line 52 of file nr_timer.c.

void nr_start_t2timer ( struct sock sk)

Definition at line 59 of file nr_timer.c.

void nr_start_t4timer ( struct sock sk)

Definition at line 66 of file nr_timer.c.

void nr_stop_heartbeat ( struct sock sk)

Definition at line 106 of file nr_timer.c.

void nr_stop_idletimer ( struct sock sk)

Definition at line 101 of file nr_timer.c.

void nr_stop_t1timer ( struct sock sk)

Definition at line 86 of file nr_timer.c.

void nr_stop_t2timer ( struct sock sk)

Definition at line 91 of file nr_timer.c.

void nr_stop_t4timer ( struct sock sk)

Definition at line 96 of file nr_timer.c.

int nr_t1timer_running ( struct sock sk)

Definition at line 111 of file nr_timer.c.