diff options
author | Wei Wang <weiwan@google.com> | 2017-06-17 10:42:28 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-17 22:53:59 -0400 |
commit | 4a6ce2b6f2ecabbddcfe47e7cf61dd0f00b10e36 (patch) | |
tree | 534f9011f830f5cea49311312b19a9f19a9f67f6 /.gitattributes | |
parent | 5f56f409b5142bb4e88e1f64dedeb4a76c678177 (diff) |
net: introduce a new function dst_dev_put()
This function should be called when removing routes from fib tree after
the dst gc is no longer in use.
We first mark DST_OBSOLETE_DEAD on this dst to make sure next
dst_ops->check() fails and returns NULL.
Secondly, as we no longer keep the gc_list, we need to properly
release dst->dev right at the moment when the dst is removed from
the fib/fib6 tree.
It does the following:
1. change dst->input and output pointers to dst_discard/dst_dscard_out to
discard all packets
2. replace dst->dev with loopback interface
Signed-off-by: Wei Wang <weiwan@google.com>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions