Home | History | Annotate | Download | only in tc

Lines Matching full:bpf_tc_dir

384 	static char bpf_tc_dir[PATH_MAX];
410 snprintf(bpf_tc_dir, sizeof(bpf_tc_dir), "%s/%s", mnt, BPF_DIR_TC);
411 ret = mkdir(bpf_tc_dir, S_IRWXU);
413 fprintf(stderr, "mkdir %s failed: %s\n", bpf_tc_dir,
420 bpf_tc_dir, BPF_DIR_GLOBALS);
429 mnt = bpf_tc_dir;