diff options
| author | Dave Kleikamp <shaggy@austin.ibm.com> | 2005-06-20 09:44:00 -0400 |
|---|---|---|
| committer | Dave Kleikamp <shaggy@austin.ibm.com> | 2005-06-20 09:44:00 -0400 |
| commit | d039ba24f135147f60a13bcaa768189a5b773b6e (patch) | |
| tree | 444b7596ab8312b5954d15c3135052a7c09c6fbe /include/net/sock.h | |
| parent | 72e3148a6e987974e3e949c5668e5ca812d7c818 (diff) | |
| parent | 8b22c249e7de453961e4d253b19fc2a0bdd65d53 (diff) | |
Merge with /home/shaggy/git/linus-clean/
Diffstat (limited to 'include/net/sock.h')
| -rw-r--r-- | include/net/sock.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index a9ef3a6a13f3..e593af5b1ecc 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
| @@ -484,6 +484,8 @@ extern void sk_stream_kill_queues(struct sock *sk); | |||
| 484 | 484 | ||
| 485 | extern int sk_wait_data(struct sock *sk, long *timeo); | 485 | extern int sk_wait_data(struct sock *sk, long *timeo); |
| 486 | 486 | ||
| 487 | struct request_sock_ops; | ||
| 488 | |||
| 487 | /* Networking protocol blocks we attach to sockets. | 489 | /* Networking protocol blocks we attach to sockets. |
| 488 | * socket layer -> transport layer interface | 490 | * socket layer -> transport layer interface |
| 489 | * transport -> network interface is defined by struct inet_proto | 491 | * transport -> network interface is defined by struct inet_proto |
| @@ -547,6 +549,8 @@ struct proto { | |||
| 547 | kmem_cache_t *slab; | 549 | kmem_cache_t *slab; |
| 548 | unsigned int obj_size; | 550 | unsigned int obj_size; |
| 549 | 551 | ||
| 552 | struct request_sock_ops *rsk_prot; | ||
| 553 | |||
| 550 | struct module *owner; | 554 | struct module *owner; |
| 551 | 555 | ||
| 552 | char name[32]; | 556 | char name[32]; |
