Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
timer.c File Reference
#include <linux/dccp.h>
#include <linux/skbuff.h>
#include <linux/export.h>
#include "dccp.h"

Go to the source code of this file.

Functions

void dccp_init_xmit_timers (struct sock *sk)
 
u32 dccp_timestamp (void)
 
 EXPORT_SYMBOL_GPL (dccp_timestamp)
 
void __init dccp_timestamping_init (void)
 

Variables

int sysctl_dccp_request_retries __read_mostly = TCP_SYN_RETRIES
 

Function Documentation

void dccp_init_xmit_timers ( struct sock sk)

Definition at line 263 of file timer.c.

u32 dccp_timestamp ( void  )

dccp_timestamp - 10s of microseconds time source Returns the number of 10s of microseconds since loading DCCP. This is native DCCP time difference format (RFC 4340, sec. 13). Please note: This will wrap around about circa every 11.9 hours.

Definition at line 281 of file timer.c.

void __init dccp_timestamping_init ( void  )

Definition at line 290 of file timer.c.

EXPORT_SYMBOL_GPL ( dccp_timestamp  )

Variable Documentation

Definition at line 20 of file timer.c.