aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/neighbour.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/net/neighbour.h b/include/net/neighbour.h
index ebbfb509822e..062281872064 100644
--- a/include/net/neighbour.h
+++ b/include/net/neighbour.h
@@ -284,12 +284,6 @@ static inline void neigh_confirm(struct neighbour *neigh)
284 neigh->confirmed = jiffies; 284 neigh->confirmed = jiffies;
285} 285}
286 286
287static inline int neigh_is_connected(struct neighbour *neigh)
288{
289 return neigh->nud_state&NUD_CONNECTED;
290}
291
292
293static inline int neigh_event_send(struct neighbour *neigh, struct sk_buff *skb) 287static inline int neigh_event_send(struct neighbour *neigh, struct sk_buff *skb)
294{ 288{
295 neigh->used = jiffies; 289 neigh->used = jiffies;