aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/net/ll_poll.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/ll_poll.h b/include/net/ll_poll.h
index b76f004f18a9..0d620ba19bc5 100644
--- a/include/net/ll_poll.h
+++ b/include/net/ll_poll.h
@@ -163,12 +163,12 @@ static inline unsigned long ll_get_flag(void)
163 return 0; 163 return 0;
164} 164}
165 165
166static inline u64 sk_ll_end_time(struct sock *sk) 166static inline u64 ll_start_time(unsigned int flag)
167{ 167{
168 return 0; 168 return 0;
169} 169}
170 170
171static inline u64 ll_end_time(void) 171static inline u64 ll_run_time(void)
172{ 172{
173 return 0; 173 return 0;
174} 174}
@@ -191,7 +191,7 @@ static inline void sk_mark_ll(struct sock *sk, struct sk_buff *skb)
191{ 191{
192} 192}
193 193
194static inline bool can_poll_ll(u64 end_time) 194static inline bool can_poll_ll(u64 start_time, u64 run_time)
195{ 195{
196 return false; 196 return false;
197} 197}