K 10 svn:author V 2 cy K 8 svn:date V 27 2021-04-01T13:31:04.368342Z 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: 671c492e884ad51d7fed89c14fd5eb48d5a9567d Git Author: cy@FreeBSD.org END