Home
last modified time | relevance | path

Searched refs:bpf_obj_open (Results 1 – 1 of 1) sorted by relevance

/external/iproute2/lib/
Dbpf.c115 static int bpf_obj_open(const char *path, enum bpf_prog_type type,
118 static int bpf_obj_open(const char *path, enum bpf_prog_type type, in bpf_obj_open() function
908 ret = bpf_obj_open(file, *type, section, verbose); in bpf_parse()
2507 static int bpf_obj_open(const char *pathname, enum bpf_prog_type type, in bpf_obj_open() function