aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/packet_history.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/packet_history.h')
-rw-r--r--net/dccp/packet_history.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/dccp/packet_history.h b/net/dccp/packet_history.h
index 0056525a656c..489fff45ccdf 100644
--- a/net/dccp/packet_history.h
+++ b/net/dccp/packet_history.h
@@ -115,7 +115,8 @@ extern void dccp_tx_hist_purge_older(struct dccp_tx_hist *hist,
115extern void dccp_tx_hist_purge(struct dccp_tx_hist *hist, 115extern void dccp_tx_hist_purge(struct dccp_tx_hist *hist,
116 struct list_head *list); 116 struct list_head *list);
117 117
118static inline struct dccp_tx_hist_entry *dccp_tx_hist_head(struct list_head *list) 118static inline struct dccp_tx_hist_entry *
119 dccp_tx_hist_head(struct list_head *list)
119{ 120{
120 struct dccp_tx_hist_entry *head = NULL; 121 struct dccp_tx_hist_entry *head = NULL;
121 122
@@ -163,7 +164,8 @@ static inline void dccp_rx_hist_add_entry(struct list_head *list,
163 list_add(&entry->dccphrx_node, list); 164 list_add(&entry->dccphrx_node, list);
164} 165}
165 166
166static inline struct dccp_rx_hist_entry *dccp_rx_hist_head(struct list_head *list) 167static inline struct dccp_rx_hist_entry *
168 dccp_rx_hist_head(struct list_head *list)
167{ 169{
168 struct dccp_rx_hist_entry *head = NULL; 170 struct dccp_rx_hist_entry *head = NULL;
169 171