net: Pass neighbours and dest address into NETEVENT_REDIRECT events.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -12,10 +12,14 @@
|
||||
*/
|
||||
|
||||
struct dst_entry;
|
||||
struct neighbour;
|
||||
|
||||
struct netevent_redirect {
|
||||
struct dst_entry *old;
|
||||
struct neighbour *old_neigh;
|
||||
struct dst_entry *new;
|
||||
struct neighbour *new_neigh;
|
||||
const void *daddr;
|
||||
};
|
||||
|
||||
enum netevent_notif_type {
|
||||
|
||||
Reference in New Issue
Block a user