|
Linux Kernel
3.7.1
|
#include <linux/dccp.h>#include <linux/skbuff.h>#include <linux/slab.h>#include <net/sock.h>#include "ackvec.h"#include "ccid.h"#include "dccp.h"Go to the source code of this file.
Functions | |
| int | dccp_rcv_established (struct sock *sk, struct sk_buff *skb, const struct dccp_hdr *dh, const unsigned int len) |
| EXPORT_SYMBOL_GPL (dccp_rcv_established) | |
| int | dccp_rcv_state_process (struct sock *sk, struct sk_buff *skb, struct dccp_hdr *dh, unsigned int len) |
| EXPORT_SYMBOL_GPL (dccp_rcv_state_process) | |
| u32 | dccp_sample_rtt (struct sock *sk, long delta) |
Variables | |
| int sysctl_dccp_sync_ratelimit | __read_mostly = HZ / 8 |
| EXPORT_SYMBOL_GPL | ( | dccp_rcv_established | ) |
| EXPORT_SYMBOL_GPL | ( | dccp_rcv_state_process | ) |
| int sysctl_dccp_sync_ratelimit __read_mostly = HZ / 8 |
1.8.2