Searched refs:bpfRet (Results 1 – 1 of 1) sorted by relevance
/external/libcap/contrib/seccomp/ |
D | explore.go | 61 bpfRet = 0x06 const 113 bpfStmt(bpfRet+bpfK, seccompRetKillProcess), 126 bpfStmt(bpfRet+bpfK, seccompRetAllow), 133 bpfStmt(bpfRet+bpfK, seccompRetErrno|(errno&seccompRetData)), 139 bpfStmt(bpfRet+bpfK, seccompRetKillProcess), 145 bpfStmt(bpfRet+bpfK, seccompRetTrap), 152 bpfStmt(bpfRet+bpfK, seccompRetTrap), 158 bpfStmt(bpfRet+bpfK, seccompRetAllow),
|