_PATH_BPF
(void) sprintf(bpfdev, _PATH_BPF, n++);
#ifdef _PATH_BPF
char *bpfname = _PATH_BPF;
if ((bpf = open(_PATH_BPF, O_RDWR)) == -1)