Home
last modified time | relevance | path

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

/arch/um/drivers/
Dvector_user.h103 extern int uml_vector_detach_bpf(int fd, void *bpf);
Dvector_kern.c1169 uml_vector_detach_bpf(vp->fds->rx_fd, vp->bpf); in vector_net_close()
1403 uml_vector_detach_bpf(vp->fds->rx_fd, vp->bpf); in vector_net_load_bpf_flash()
Dvector_user.c764 int uml_vector_detach_bpf(int fd, void *bpf) in uml_vector_detach_bpf() function