X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fnet%2Fneighbour.h;h=6fa9ae1907417f2a113c6509ee4031ce169c43e3;hb=5d39a795bfa217b5f7637028c83ab5cb291f37bf;hp=89809891e5ab2e8e9430ccac31255d22ee364231;hpb=80bd6d7f5e0d872a0f5a151473d2a39d95d210a8;p=karo-tx-linux.git diff --git a/include/net/neighbour.h b/include/net/neighbour.h index 89809891e5ab..6fa9ae190741 100644 --- a/include/net/neighbour.h +++ b/include/net/neighbour.h @@ -49,8 +49,8 @@ #ifdef __KERNEL__ #include -#include #include +#include #include #include @@ -363,7 +363,14 @@ __neigh_lookup_errno(struct neigh_table *tbl, const void *pkey, return neigh_create(tbl, pkey, dev); } -#define LOCALLY_ENQUEUED -2 +struct neighbour_cb { + unsigned long sched_next; + unsigned int flags; +}; + +#define LOCALLY_ENQUEUED 0x1 + +#define NEIGH_CB(skb) ((struct neighbour_cb *)(skb)->cb) #endif #endif