Searched refs:bpfK (Results 1 – 1 of 1) sorted by relevance
/external/libcap/contrib/seccomp/ |
D | explore.go | 68 bpfK = 0x00 const 112 bpfJump(bpfJmp+bpfJeq+bpfK, archNr, 1, 0), 113 bpfStmt(bpfRet+bpfK, seccompRetKillProcess), 125 bpfJump(bpfJmp+bpfJeq+bpfK, syscallNum, 0, 1), 126 bpfStmt(bpfRet+bpfK, seccompRetAllow), 132 bpfJump(bpfJmp+bpfJeq+bpfK, syscallNum, 0, 1), 133 bpfStmt(bpfRet+bpfK, seccompRetErrno|(errno&seccompRetData)), 139 bpfStmt(bpfRet+bpfK, seccompRetKillProcess), 145 bpfStmt(bpfRet+bpfK, seccompRetTrap), 151 bpfJump(bpfJmp+bpfJeq+bpfK, syscallNum, 0, 1), [all …]
|