Searched refs:cloning_device (Results 1 – 1 of 1) sorted by relevance
481 static const char cloning_device[] = "/dev/bpf"; in bpf_open() local503 (fd = open(cloning_device, O_RDWR)) == -1 && in bpf_open()505 (fd = open(cloning_device, O_RDONLY)) == -1)) { in bpf_open()512 errno, "(cannot open device) %s", cloning_device); in bpf_open()