Searched hist:"1 d053da910947afccec96d90892c0f5488c7a9cf" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/ |
H A D | ip6_fib.h | diff 1d053da910947afccec96d90892c0f5488c7a9cf Wed May 09 22:34:21 CDT 2018 David Ahern <dsahern@gmail.com> net/ipv6: Extract table lookup from ip6_pol_route
ip6_pol_route is used for ingress and egress FIB lookups. Refactor it moving the table lookup into a separate fib6_table_lookup that can be invoked separately and export the new function.
ip6_pol_route now calls fib6_table_lookup and uses the result to generate a dst based rt6_info.
Signed-off-by: David Ahern <dsahern@gmail.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|
/openbmc/linux/net/ipv6/ |
H A D | route.c | diff 1d053da910947afccec96d90892c0f5488c7a9cf Wed May 09 22:34:21 CDT 2018 David Ahern <dsahern@gmail.com> net/ipv6: Extract table lookup from ip6_pol_route
ip6_pol_route is used for ingress and egress FIB lookups. Refactor it moving the table lookup into a separate fib6_table_lookup that can be invoked separately and export the new function.
ip6_pol_route now calls fib6_table_lookup and uses the result to generate a dst based rt6_info.
Signed-off-by: David Ahern <dsahern@gmail.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|