Home
last modified time | relevance | path

Searched refs:shared_tables (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/
H A Dvrf.c51 /* shared_tables:
54 * shared_tables value must be 0 in order to enable the strict mode.
56 * example of the evolution of shared_tables:
58 * add vrf0 --> table 100 shared_tables = 0 | t0
59 * add vrf1 --> table 101 shared_tables = 0 | t1
60 * add vrf2 --> table 100 shared_tables = 1 | t2
61 * add vrf3 --> table 100 shared_tables = 1 | t3
62 * add vrf4 --> table 101 shared_tables = 2 v t4
64 * shared_tables is a "step function" (or "staircase function")
68 * at t2, vrf0 and vrf2 are bound to table 100: shared_tables
85 u32 shared_tables; global() member
[all...]
/kernel/linux/linux-6.6/drivers/net/
H A Dvrf.c53 /* shared_tables:
56 * shared_tables value must be 0 in order to enable the strict mode.
58 * example of the evolution of shared_tables:
60 * add vrf0 --> table 100 shared_tables = 0 | t0
61 * add vrf1 --> table 101 shared_tables = 0 | t1
62 * add vrf2 --> table 100 shared_tables = 1 | t2
63 * add vrf3 --> table 100 shared_tables = 1 | t3
64 * add vrf4 --> table 101 shared_tables = 2 v t4
66 * shared_tables is a "step function" (or "staircase function")
70 * at t2, vrf0 and vrf2 are bound to table 100: shared_tables
87 u32 shared_tables; global() member
[all...]

Completed in 4 milliseconds