Home
last modified time | relevance | path

Searched hist:f4530fa574df4d833506c53697ed1daa0d390bf4 (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv4/
H A Dfib_rules.cdiff f4530fa574df4d833506c53697ed1daa0d390bf4 Fri Jul 06 07:13:13 CEST 2012 David S. Miller <davem@davemloft.net> ipv4: Avoid overhead when no custom FIB rules are installed.

If the user hasn't actually installed any custom rules, or fiddled
with the default ones, don't go through the whole FIB rules layer.

It's just pure overhead.

Instead do what we do with CONFIG_IP_MULTIPLE_TABLES disabled, check
the individual tables by hand, one by one.

Also, move fib_num_tclassid_users into the ipv4 network namespace.

Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dfib_frontend.cdiff f4530fa574df4d833506c53697ed1daa0d390bf4 Fri Jul 06 07:13:13 CEST 2012 David S. Miller <davem@davemloft.net> ipv4: Avoid overhead when no custom FIB rules are installed.

If the user hasn't actually installed any custom rules, or fiddled
with the default ones, don't go through the whole FIB rules layer.

It's just pure overhead.

Instead do what we do with CONFIG_IP_MULTIPLE_TABLES disabled, check
the individual tables by hand, one by one.

Also, move fib_num_tclassid_users into the ipv4 network namespace.

Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dfib_semantics.cdiff f4530fa574df4d833506c53697ed1daa0d390bf4 Fri Jul 06 07:13:13 CEST 2012 David S. Miller <davem@davemloft.net> ipv4: Avoid overhead when no custom FIB rules are installed.

If the user hasn't actually installed any custom rules, or fiddled
with the default ones, don't go through the whole FIB rules layer.

It's just pure overhead.

Instead do what we do with CONFIG_IP_MULTIPLE_TABLES disabled, check
the individual tables by hand, one by one.

Also, move fib_num_tclassid_users into the ipv4 network namespace.

Signed-off-by: David S. Miller <davem@davemloft.net>
/linux/include/net/netns/
H A Dipv4.hdiff f4530fa574df4d833506c53697ed1daa0d390bf4 Fri Jul 06 07:13:13 CEST 2012 David S. Miller <davem@davemloft.net> ipv4: Avoid overhead when no custom FIB rules are installed.

If the user hasn't actually installed any custom rules, or fiddled
with the default ones, don't go through the whole FIB rules layer.

It's just pure overhead.

Instead do what we do with CONFIG_IP_MULTIPLE_TABLES disabled, check
the individual tables by hand, one by one.

Also, move fib_num_tclassid_users into the ipv4 network namespace.

Signed-off-by: David S. Miller <davem@davemloft.net>
/linux/include/net/
H A Dip_fib.hdiff f4530fa574df4d833506c53697ed1daa0d390bf4 Fri Jul 06 07:13:13 CEST 2012 David S. Miller <davem@davemloft.net> ipv4: Avoid overhead when no custom FIB rules are installed.

If the user hasn't actually installed any custom rules, or fiddled
with the default ones, don't go through the whole FIB rules layer.

It's just pure overhead.

Instead do what we do with CONFIG_IP_MULTIPLE_TABLES disabled, check
the individual tables by hand, one by one.

Also, move fib_num_tclassid_users into the ipv4 network namespace.

Signed-off-by: David S. Miller <davem@davemloft.net>