Searched hist:eba618abacade71669eb67c3360eecfee810cc88 (Results 1 – 7 of 7) sorted by relevance
/linux/net/ipv4/ |
H A D | fib_lookup.h | diff eba618abacade71669eb67c3360eecfee810cc88 Tue Apr 02 23:11:55 CEST 2019 David Ahern <dsahern@gmail.com> ipv4: Add fib_nh_common to fib_result
Most of the ipv4 code only needs data from fib_nh_common. Add fib_nh_common selection to fib_result and update users to use it.
Right now, fib_nh_common in fib_result will point to a fib_nh struct that is embedded within a fib_info:
fib_info --> fib_nh fib_nh ... fib_nh ^ fib_result->nhc ----+
Later, nhc can point to a fib_nh within a nexthop struct:
fib_info --> nexthop --> fib_nh ^ fib_result->nhc ---------------+
or for a nexthop group:
fib_info --> nexthop --> nexthop --> fib_nh nexthop --> fib_nh ... nexthop --> fib_nh ^ fib_result->nhc ---------------------------+
In all cases nhsel within fib_result will point to which leg in the multipath route is used.
Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | fib_frontend.c | diff eba618abacade71669eb67c3360eecfee810cc88 Tue Apr 02 23:11:55 CEST 2019 David Ahern <dsahern@gmail.com> ipv4: Add fib_nh_common to fib_result
Most of the ipv4 code only needs data from fib_nh_common. Add fib_nh_common selection to fib_result and update users to use it.
Right now, fib_nh_common in fib_result will point to a fib_nh struct that is embedded within a fib_info:
fib_info --> fib_nh fib_nh ... fib_nh ^ fib_result->nhc ----+
Later, nhc can point to a fib_nh within a nexthop struct:
fib_info --> nexthop --> fib_nh ^ fib_result->nhc ---------------+
or for a nexthop group:
fib_info --> nexthop --> nexthop --> fib_nh nexthop --> fib_nh ... nexthop --> fib_nh ^ fib_result->nhc ---------------------------+
In all cases nhsel within fib_result will point to which leg in the multipath route is used.
Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | fib_trie.c | diff eba618abacade71669eb67c3360eecfee810cc88 Tue Apr 02 23:11:55 CEST 2019 David Ahern <dsahern@gmail.com> ipv4: Add fib_nh_common to fib_result
Most of the ipv4 code only needs data from fib_nh_common. Add fib_nh_common selection to fib_result and update users to use it.
Right now, fib_nh_common in fib_result will point to a fib_nh struct that is embedded within a fib_info:
fib_info --> fib_nh fib_nh ... fib_nh ^ fib_result->nhc ----+
Later, nhc can point to a fib_nh within a nexthop struct:
fib_info --> nexthop --> fib_nh ^ fib_result->nhc ---------------+
or for a nexthop group:
fib_info --> nexthop --> nexthop --> fib_nh nexthop --> fib_nh ... nexthop --> fib_nh ^ fib_result->nhc ---------------------------+
In all cases nhsel within fib_result will point to which leg in the multipath route is used.
Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | fib_semantics.c | diff eba618abacade71669eb67c3360eecfee810cc88 Tue Apr 02 23:11:55 CEST 2019 David Ahern <dsahern@gmail.com> ipv4: Add fib_nh_common to fib_result
Most of the ipv4 code only needs data from fib_nh_common. Add fib_nh_common selection to fib_result and update users to use it.
Right now, fib_nh_common in fib_result will point to a fib_nh struct that is embedded within a fib_info:
fib_info --> fib_nh fib_nh ... fib_nh ^ fib_result->nhc ----+
Later, nhc can point to a fib_nh within a nexthop struct:
fib_info --> nexthop --> fib_nh ^ fib_result->nhc ---------------+
or for a nexthop group:
fib_info --> nexthop --> nexthop --> fib_nh nexthop --> fib_nh ... nexthop --> fib_nh ^ fib_result->nhc ---------------------------+
In all cases nhsel within fib_result will point to which leg in the multipath route is used.
Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | route.c | diff eba618abacade71669eb67c3360eecfee810cc88 Tue Apr 02 23:11:55 CEST 2019 David Ahern <dsahern@gmail.com> ipv4: Add fib_nh_common to fib_result
Most of the ipv4 code only needs data from fib_nh_common. Add fib_nh_common selection to fib_result and update users to use it.
Right now, fib_nh_common in fib_result will point to a fib_nh struct that is embedded within a fib_info:
fib_info --> fib_nh fib_nh ... fib_nh ^ fib_result->nhc ----+
Later, nhc can point to a fib_nh within a nexthop struct:
fib_info --> nexthop --> fib_nh ^ fib_result->nhc ---------------+
or for a nexthop group:
fib_info --> nexthop --> nexthop --> fib_nh nexthop --> fib_nh ... nexthop --> fib_nh ^ fib_result->nhc ---------------------------+
In all cases nhsel within fib_result will point to which leg in the multipath route is used.
Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/include/net/ |
H A D | ip_fib.h | diff eba618abacade71669eb67c3360eecfee810cc88 Tue Apr 02 23:11:55 CEST 2019 David Ahern <dsahern@gmail.com> ipv4: Add fib_nh_common to fib_result
Most of the ipv4 code only needs data from fib_nh_common. Add fib_nh_common selection to fib_result and update users to use it.
Right now, fib_nh_common in fib_result will point to a fib_nh struct that is embedded within a fib_info:
fib_info --> fib_nh fib_nh ... fib_nh ^ fib_result->nhc ----+
Later, nhc can point to a fib_nh within a nexthop struct:
fib_info --> nexthop --> fib_nh ^ fib_result->nhc ---------------+
or for a nexthop group:
fib_info --> nexthop --> nexthop --> fib_nh nexthop --> fib_nh ... nexthop --> fib_nh ^ fib_result->nhc ---------------------------+
In all cases nhsel within fib_result will point to which leg in the multipath route is used.
Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/core/ |
H A D | filter.c | diff eba618abacade71669eb67c3360eecfee810cc88 Tue Apr 02 23:11:55 CEST 2019 David Ahern <dsahern@gmail.com> ipv4: Add fib_nh_common to fib_result
Most of the ipv4 code only needs data from fib_nh_common. Add fib_nh_common selection to fib_result and update users to use it.
Right now, fib_nh_common in fib_result will point to a fib_nh struct that is embedded within a fib_info:
fib_info --> fib_nh fib_nh ... fib_nh ^ fib_result->nhc ----+
Later, nhc can point to a fib_nh within a nexthop struct:
fib_info --> nexthop --> fib_nh ^ fib_result->nhc ---------------+
or for a nexthop group:
fib_info --> nexthop --> nexthop --> fib_nh nexthop --> fib_nh ... nexthop --> fib_nh ^ fib_result->nhc ---------------------------+
In all cases nhsel within fib_result will point to which leg in the multipath route is used.
Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|