K 10 svn:author V 2 kp K 8 svn:date V 27 2016-08-17T09:24:46.136930Z K 7 svn:log V 362 MFC r302497: pf: Map hook returns onto the correct error values pf returns PF_PASS, PF_DROP, ... in the netpfil hooks, but the hook callers expect to get E error codes. Map the returns values. A pass is 0 (everything is OK), anything else means pf ate the packet, so return EACCES, which tells the stack not to emit an ICMP error message. PR: 207598 END