]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stktable: add table_process_entry helper function
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 18 Dec 2023 13:40:44 +0000 (14:40 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 21 Dec 2023 13:22:27 +0000 (14:22 +0100)
commit6ee3923c526b8bb7addda7da81b2a8046a76012a
tree9eea2cb9bb545b7c83f98afb94760fdc35f2f43a
parent3d4e1e682b5bacb08ff268a62b73c649dbe457e4
MINOR: stktable: add table_process_entry helper function

Only keep key-related logic in table_process_entry_per_key() function,
and then use table_process_entry() function that takes an entry pointer
as argument to process the entry.
src/stick_table.c