K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-04-01T13:29:16.159059Z K 7 svn:log V 528 MFC 874b1a35486b570513680c3d456b062ba097e1d9: ipfilter: simplify ipf_proxy_check() return codes ipf_proxy_check() returns -1 for an error and 0 or 1 for success. ipf_proxy_check()'s callers check for error and if the return code is 0, they change it to 1 prior to returning to their callers. Simply by returning -1 or 1 we reduce complexity and cycles burned changing 0 to 1. (cherry picked from commit 874b1a35486b570513680c3d456b062ba097e1d9) Git Hash: f4722627bce29607179fa566c620cdda13fd96df Git Author: cy@FreeBSD.org END