mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
net: Pass neighbours and dest address into NETEVENT_REDIRECT events.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
fccd7d5c77
commit
1d248b1cf4
3 changed files with 19 additions and 15 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue