Linux Kernel
3.7.1
|
#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) |
Definition at line 86 of file x25_timer.c.
Definition at line 32 of file x25_timer.c.
Definition at line 43 of file x25_timer.c.
Definition at line 60 of file x25_timer.c.
Definition at line 67 of file x25_timer.c.
Definition at line 74 of file x25_timer.c.
Definition at line 53 of file x25_timer.c.
Definition at line 48 of file x25_timer.c.
Definition at line 81 of file x25_timer.c.