]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ll_map: add name and index hash
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 28 Mar 2013 21:57:28 +0000 (14:57 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 28 Mar 2013 21:57:28 +0000 (14:57 -0700)
commit0025e5d63d5d1598ab622867834a3bcb9f518f9f
treeb8342e14a640ac814f2b07f8511800ba87ac405c
parent16f02e145e3185d36aa2d8036975f0599d29bc76
ll_map: add name and index hash

Make ll_ functions faster by having a name hash, and allow
for deletion. Also, allow them to work without calling ll_init_map.
include/hlist.h [new file with mode: 0644]
include/ll_map.h
lib/ll_map.c