Searched refs:bpf_program (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_ppp.h147 #define PPPIOCSPASS _IOW('t', 71, struct bpf_program) /* set pass filter */
148 #define PPPIOCSACTIVE _IOW('t', 70, struct bpf_program) /* set active filt */
H A Dif_pppvar.h114 struct bpf_program sc_pass_filt; /* filter for packets to pass */
115 struct bpf_program sc_active_filt; /* filter for "non-idle" packets */
H A Dbpf.h109 struct bpf_program { struct
115 /* LP64 version of bpf_program. all pointers
117 * WARNING - keep in sync with bpf_program
166 #define BIOCSETF _IOW('B',103, struct bpf_program)

Completed in 22 milliseconds