Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dbpf.h156 struct bpf_program64 { struct
218 #define BIOCSETF64 _IOW('B',103, struct bpf_program64)
255 #define BIOCSETFNR64 _IOW('B',126, struct bpf_program64)
H A Dbpf.c2108 struct bpf_program64 prg64; in bpfioctl()