Home
last modified time | relevance | path

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

/dpdk/drivers/net/af_xdp/
H A Dcompat.h64 static int load_program(const char *prog_path, struct bpf_object **obj) in load_program() function
89 static int load_program(const char *prog_path, struct bpf_object **obj) in load_program() function
H A Drte_eth_af_xdp.c1181 prog_fd = load_program(prog_path, &obj); in load_custom_xdp_prog()