commit | 4635e17989df974c084e65fcfb53e8963e430c33 | [log] [tgz] |
---|---|---|
author | Yuyang Huang <yuyanghuang@google.com> | Fri Mar 21 16:59:53 2025 +0900 |
committer | Yuyang Huang <yuyanghuang@google.com> | Fri Mar 21 19:58:55 2025 +0900 |
tree | 21ebe070963bc5503a8e69755512ef09ba1aa98a | |
parent | 3da4cb6657346cbd78d00974c88d67824e57b4c5 [diff] |
Use JBSMATCH opcode for IPv6 address matching This commit refactors the code to use the JBSMATCH opcode when possible for IPv6 address matching, improving code density. Before: 03-21 16:43:22.941 1490 1510 I ApfFilterTest: all feature on, program size: 4446 After: 03-21 19:51:30.372 6468 6482 I ApfFilterTest: all feature on, program size: 4356 Test: TH Change-Id: I50a85289be3c6c762b1967501bcba50f4b7a6f6e