Searched refs:bpf_ver (Results 1 – 1 of 1) sorted by relevance
280 struct bpf_version bpf_ver; in openInterface() local361 if (ioctl(fd, BIOCVERSION, &bpf_ver) < 0) { in openInterface()364 if ((bpf_ver.bv_major != BPF_MAJOR_VERSION) || in openInterface()365 (bpf_ver.bv_minor < BPF_MINOR_VERSION)) { in openInterface()369 bpf_ver.bv_major, bpf_ver.bv_minor); in openInterface()