Home
last modified time | relevance | path

Searched refs:BPF_RET (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/tests/
H A Dbpflib.c122 BPF_STMT(BPF_RET + BPF_K, 0), in bpf_filter_receive_none()
137 BPF_STMT(BPF_RET + BPF_K, pkt_size), in bpf_arp_filter()
138 BPF_STMT(BPF_RET + BPF_K, 0), in bpf_arp_filter()
/xnu-8019.80.24/bsd/net/
H A Dbpf_filter.c446 case BPF_RET | BPF_K: in bpf_filter()
449 case BPF_RET | BPF_A: in bpf_filter()
880 case BPF_RET: in bpf_validate()
888 return BPF_CLASS(f[len - 1].code) == BPF_RET; in bpf_validate()
H A Dbpf.h1269 #define BPF_RET 0x06 macro