Searched hist:ebfa45f0d952e5e7bb30a7f9daaad681de138728 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | route.c | diff ebfa45f0d952e5e7bb30a7f9daaad681de138728 Thu Oct 15 18:39:57 CDT 2015 Martin KaFai Lau <kafai@fb.com> ipv6: Move common init code for rt6_info to a new function rt6_info_init()
Introduce rt6_info_init() to do the common init work for 'struct rt6_info' (after calling dst_alloc).
It is a prep work to fix the rt6_info init logic in the ip6_blackhole_route().
Signed-off-by: Martin KaFai Lau <kafai@fb.com> Cc: Hannes Frederic Sowa <hannes@stressinduktion.org> Cc: Julian Anastasov <ja@ssi.bg> Cc: Phil Sutter <phil@nwl.cc> Cc: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|