diff options
| author | 2005-08-30 09:30:09 -0700 | |
|---|---|---|
| committer | 2005-08-30 09:30:09 -0700 | |
| commit | 288ceb8f142249109fd2e9f1bf0492bd6ff6d892 (patch) | |
| tree | eab3d229c7a527816db405299ce9603e538b521f /include/linux/random.h | |
| parent | [IA64-SGI] One new use of "UNCACHED" needed fixing for sn2 region cleanup (diff) | |
| parent | [INET]: compile errors when DEBUG is defined (diff) | |
Auto-update from upstream
Diffstat (limited to 'include/linux/random.h')
| -rw-r--r-- | include/linux/random.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/random.h b/include/linux/random.h index cc6703449916..7b2adb3322d5 100644 --- a/include/linux/random.h +++ b/include/linux/random.h @@ -59,6 +59,8 @@ extern __u32 secure_tcp_sequence_number(__u32 saddr, __u32 daddr, __u16 sport, __u16 dport); extern __u32 secure_tcpv6_sequence_number(__u32 *saddr, __u32 *daddr, __u16 sport, __u16 dport); +extern u64 secure_dccp_sequence_number(__u32 saddr, __u32 daddr, + __u16 sport, __u16 dport); #ifndef MODULE extern struct file_operations random_fops, urandom_fops; |
