HomeSort by: relevance | last modified time | path
    Searched defs:bpf_program (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
bpf.h 75 struct bpf_program { struct
126 #define BIOCSETF _IOW('B', 103, struct bpf_program)
141 #define BIOCSTCPF _IOW('B', 114, struct bpf_program)
142 #define BIOCSUDPF _IOW('B', 115, struct bpf_program)
155 #define BIOCSETWF _IOW('B', 127, struct bpf_program)
610 void bpf_dump(const struct bpf_program *, int);
bpf.h 75 struct bpf_program { struct
126 #define BIOCSETF _IOW('B', 103, struct bpf_program)
141 #define BIOCSTCPF _IOW('B', 114, struct bpf_program)
142 #define BIOCSUDPF _IOW('B', 115, struct bpf_program)
155 #define BIOCSETWF _IOW('B', 127, struct bpf_program)
610 void bpf_dump(const struct bpf_program *, int);

Completed in 23 milliseconds