Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/drivers/
H A Dvector_user.h100 extern int uml_vector_attach_bpf(int fd, void *bpf);
H A Dvector_kern.c1301 uml_vector_attach_bpf(vp->fds->rx_fd, vp->bpf); in vector_net_open()
1420 result = uml_vector_attach_bpf(vp->fds->rx_fd, vp->bpf); in vector_net_load_bpf_flash()
H A Dvector_user.c754 int uml_vector_attach_bpf(int fd, void *bpf) in uml_vector_attach_bpf() function