libnl/lib/route
Thomas Graf 48e1e5c472 Speed up metrics comparison
Using rtnl_route_get_metric() for route comparison became a bottleneck
because each metric which was not available resulted in the generation
of an error message. This changeset avoids this by accessing rt_metrics
and rt_metrics_mask directly while comparing route objects.
2008-05-08 12:47:26 +02:00
..
cls Initial import 2007-09-15 01:28:01 +02:00
link Make vlan_put_attrs() available 2008-01-08 15:18:23 +01:00
sch Fixed netem_build_msg() delay distribution table existence test. 2008-05-01 00:06:06 +02:00
addr.c Big routing code rework (API/ABI BREAK!) 2008-04-29 23:31:30 +02:00
class.c Fix memory leak when parsing netlink messages into caches 2007-12-17 16:52:41 +01:00
class_api.c Initial import 2007-09-15 01:28:01 +02:00
class_obj.c Initial import 2007-09-15 01:28:01 +02:00
classifier.c Fix memory leak when parsing netlink messages into caches 2007-12-17 16:52:41 +01:00
cls_api.c Initial import 2007-09-15 01:28:01 +02:00
cls_obj.c Initial import 2007-09-15 01:28:01 +02:00
link.c Big routing code rework (API/ABI BREAK!) 2008-04-29 23:31:30 +02:00
neigh.c Big routing code rework (API/ABI BREAK!) 2008-04-29 23:31:30 +02:00
neightbl.c Fix memory leak when parsing netlink messages into caches 2007-12-17 16:52:41 +01:00
nexthop.c Big routing code rework (API/ABI BREAK!) 2008-04-29 23:31:30 +02:00
qdisc.c New netem funtionality and TBF fix 2008-04-30 19:59:06 +02:00
qdisc_api.c Initial import 2007-09-15 01:28:01 +02:00
qdisc_obj.c Initial import 2007-09-15 01:28:01 +02:00
route.c Route cache support 2008-05-05 17:09:25 +02:00
route_obj.c Speed up metrics comparison 2008-05-08 12:47:26 +02:00
route_utils.c Big routing code rework (API/ABI BREAK!) 2008-04-29 23:31:30 +02:00
rtnl.c Initial import 2007-09-15 01:28:01 +02:00
rule.c Big routing code rework (API/ABI BREAK!) 2008-04-29 23:31:30 +02:00
tc.c Initial import 2007-09-15 01:28:01 +02:00