Searched refs:BIOCSETWF (Results 1 – 3 of 3) sorted by relevance
142 #define BIOCSETWF _IOW('B', 123, struct bpf_program) macro
1493 case BIOCSETWF: in bpfioctl()1975 cmd = BIOCSETWF; in bpf_setf()2004 if (cmd != BIOCSETWF) { in bpf_setf()2020 if (cmd == BIOCSETWF) { in bpf_setf()
164 if (ioctl(info->wfdesc, BIOCSETWF, &p) < 0) in if_register_send()