diff options
Diffstat (limited to 'include/net/inet_frag.h')
| -rw-r--r-- | include/net/inet_frag.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/inet_frag.h b/include/net/inet_frag.h index 9902363f5bcc..e374412ff42b 100644 --- a/include/net/inet_frag.h +++ b/include/net/inet_frag.h | |||
| @@ -36,6 +36,8 @@ struct inet_frags { | |||
| 36 | atomic_t mem; | 36 | atomic_t mem; |
| 37 | struct timer_list secret_timer; | 37 | struct timer_list secret_timer; |
| 38 | struct inet_frags_ctl *ctl; | 38 | struct inet_frags_ctl *ctl; |
| 39 | |||
| 40 | unsigned int (*hashfn)(struct inet_frag_queue *); | ||
| 39 | }; | 41 | }; |
| 40 | 42 | ||
| 41 | void inet_frags_init(struct inet_frags *); | 43 | void inet_frags_init(struct inet_frags *); |
