Home
last modified time | relevance | path

Searched refs:bpf_program64 (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/net/
H A Dbpf_private.h97 struct bpf_program64 { struct
119 #define BIOCSETF64 _IOW('B',103, struct bpf_program64) argument
131 #define BIOCSETFNR64 _IOW('B',126, struct bpf_program64)
H A Dbpf.c2185 struct bpf_program64 prg64; in bpfioctl()