Symbol: BPF_RET
crypto/openssh/sandbox-seccomp-filter.c
102
BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW)
crypto/openssh/sandbox-seccomp-filter.c
115
BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW), \
crypto/openssh/sandbox-seccomp-filter.c
133
BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW), \
crypto/openssh/sandbox-seccomp-filter.c
151
BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ERRNO|(_errno)), \
crypto/openssh/sandbox-seccomp-filter.c
177
BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW), \
crypto/openssh/sandbox-seccomp-filter.c
209
BPF_STMT(BPF_RET+BPF_K, SECCOMP_FILTER_FAIL),
crypto/openssh/sandbox-seccomp-filter.c
424
BPF_STMT(BPF_RET+BPF_K, SECCOMP_FILTER_FAIL),
crypto/openssh/sandbox-seccomp-filter.c
99
BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ERRNO|(_errno))
libexec/rbootd/bpf.c
173
{ BPF_RET|BPF_K, 0, 0, RMP_MAX_PACKET },
libexec/rbootd/bpf.c
174
{ BPF_RET|BPF_K, 0, 0, 0x0 }
sbin/dhclient/bpf.c
143
BPF_STMT(BPF_RET+BPF_K, (u_int)-1),
sbin/dhclient/bpf.c
146
BPF_STMT(BPF_RET+BPF_K, 0),
sbin/dhclient/bpf.c
183
BPF_STMT(BPF_RET+BPF_K, (u_int)-1),
sbin/dhclient/bpf.c
186
BPF_STMT(BPF_RET+BPF_K, 0),
sys/net/bpf_filter.c
200
case BPF_RET|BPF_K:
sys/net/bpf_filter.c
203
case BPF_RET|BPF_A:
sys/net/bpf_filter.c
611
case BPF_RET:
sys/net/bpf_filter.c
619
return BPF_CLASS(f[len - 1].code) == BPF_RET;
sys/netgraph/bpf/ng_bpf.c
207
{ BPF_STMT(BPF_RET+BPF_K, 0) }
sys/netgraph7/bpf/ng_bpf.c
217
{ BPF_STMT(BPF_RET+BPF_K, 0) }
usr.sbin/rarpd/rarpd.c
379
BPF_STMT(BPF_RET|BPF_K, sizeof(struct ether_arp) +
usr.sbin/rarpd/rarpd.c
381
BPF_STMT(BPF_RET|BPF_K, 0),
usr.sbin/usbdump/usbdump.c
205
BPF_STORE_STMT(dynamic_insn[0], BPF_RET | BPF_K, snapshot);
usr.sbin/usbdump/usbdump.c
249
BPF_RET | BPF_K, snapshot);
usr.sbin/usbdump/usbdump.c
253
BPF_STORE_STMT(dynamic_insn[len], BPF_RET | BPF_K, 0);