Searched defs:bpf_obj_open (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/tc/
H A Dtc_bpf.c53 static int bpf_obj_open(const char *path, enum bpf_prog_type type,
56 static int bpf_obj_open(const char *path, enum bpf_prog_type type, function
560 ret = bpf_obj_open(file, *type, section, verbose);
1693 static int bpf_obj_open(const char *pathname, enum bpf_prog_type type, function

Completed in 461 milliseconds