Searched refs:bpf_get_tc_dir (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/tc/
H A Dtc_bpf.c381 static const char *bpf_get_tc_dir(void) function
442 pathname[1] == ':' && bpf_get_tc_dir()) {
444 bpf_get_tc_dir(), pathname + 2);
897 if (!bpf_get_tc_dir()) {
940 snprintf(pathname, len, "%s/%s/%s", bpf_get_tc_dir(),
944 snprintf(pathname, len, "%s/%s/%s", bpf_get_tc_dir(),
948 snprintf(pathname, len, "%s/../%s/%s", bpf_get_tc_dir(),
959 if (bpf_no_pinning(ctx, pinning) || !bpf_get_tc_dir())
971 snprintf(tmp, sizeof(tmp), "%s/%s", bpf_get_tc_dir(),
988 snprintf(tmp, sizeof(tmp), "%s/../", bpf_get_tc_dir());
[all...]

Completed in 40 milliseconds