OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bpf_tc_dir
(Results
1 - 1
of
1
) sorted by null
/external/iproute2/tc/
tc_bpf.c
384
static char
bpf_tc_dir
[PATH_MAX];
local
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
;
[
all
...]
Completed in 641 milliseconds