Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
udplite.h File Reference
#include <net/ip6_checksum.h>

Go to the source code of this file.

Macros

#define UDPLITE_SEND_CSCOV   10 /* sender partial coverage (as sent) */
 
#define UDPLITE_RECV_CSCOV   11 /* receiver partial coverage (threshold ) */
 

Functions

void udplite4_register (void)
 
int udplite_get_port (struct sock *sk, unsigned short snum, int(*scmp)(const struct sock *, const struct sock *))
 

Variables

struct proto udplite_prot
 
struct udp_table udplite_table
 

Macro Definition Documentation

#define UDPLITE_RECV_CSCOV   11 /* receiver partial coverage (threshold ) */

Definition at line 11 of file udplite.h.

#define UDPLITE_SEND_CSCOV   10 /* sender partial coverage (as sent) */

Definition at line 10 of file udplite.h.

Function Documentation

void udplite4_register ( void  )

Definition at line 123 of file udplite.c.

int udplite_get_port ( struct sock sk,
unsigned short  snum,
int(*)(const struct sock *, const struct sock *)  scmp 
)

Variable Documentation

struct proto udplite_prot

Definition at line 39 of file udplite.c.

struct udp_table udplite_table