Searched hist:"3 d0c9c4eb2dbdcc461be4084abd87a9a9e70f713" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/net/ |
H A D | fib_rules.h | diff 3d0c9c4eb2dbdcc461be4084abd87a9a9e70f713 Mon Apr 26 09:02:04 CDT 2010 Patrick McHardy <kaber@trash.net> net: fib_rules: mark arguments to fib_rules_register const and __net_initdata
fib_rules_register() duplicates the template passed to it without modification, mark the argument as const. Additionally the templates are only needed when instantiating a new namespace, so mark them as __net_initdata, which means they can be discarded when CONFIG_NET_NS=n.
Signed-off-by: Patrick McHardy <kaber@trash.net>
|
/openbmc/linux/net/ipv6/ |
H A D | fib6_rules.c | diff 3d0c9c4eb2dbdcc461be4084abd87a9a9e70f713 Mon Apr 26 09:02:04 CDT 2010 Patrick McHardy <kaber@trash.net> net: fib_rules: mark arguments to fib_rules_register const and __net_initdata
fib_rules_register() duplicates the template passed to it without modification, mark the argument as const. Additionally the templates are only needed when instantiating a new namespace, so mark them as __net_initdata, which means they can be discarded when CONFIG_NET_NS=n.
Signed-off-by: Patrick McHardy <kaber@trash.net>
|
/openbmc/linux/net/ipv4/ |
H A D | fib_rules.c | diff 3d0c9c4eb2dbdcc461be4084abd87a9a9e70f713 Mon Apr 26 09:02:04 CDT 2010 Patrick McHardy <kaber@trash.net> net: fib_rules: mark arguments to fib_rules_register const and __net_initdata
fib_rules_register() duplicates the template passed to it without modification, mark the argument as const. Additionally the templates are only needed when instantiating a new namespace, so mark them as __net_initdata, which means they can be discarded when CONFIG_NET_NS=n.
Signed-off-by: Patrick McHardy <kaber@trash.net>
|
H A D | ipmr.c | diff 3d0c9c4eb2dbdcc461be4084abd87a9a9e70f713 Mon Apr 26 09:02:04 CDT 2010 Patrick McHardy <kaber@trash.net> net: fib_rules: mark arguments to fib_rules_register const and __net_initdata
fib_rules_register() duplicates the template passed to it without modification, mark the argument as const. Additionally the templates are only needed when instantiating a new namespace, so mark them as __net_initdata, which means they can be discarded when CONFIG_NET_NS=n.
Signed-off-by: Patrick McHardy <kaber@trash.net>
|
/openbmc/linux/net/core/ |
H A D | fib_rules.c | diff 3d0c9c4eb2dbdcc461be4084abd87a9a9e70f713 Mon Apr 26 09:02:04 CDT 2010 Patrick McHardy <kaber@trash.net> net: fib_rules: mark arguments to fib_rules_register const and __net_initdata
fib_rules_register() duplicates the template passed to it without modification, mark the argument as const. Additionally the templates are only needed when instantiating a new namespace, so mark them as __net_initdata, which means they can be discarded when CONFIG_NET_NS=n.
Signed-off-by: Patrick McHardy <kaber@trash.net>
|