Home
last modified time | relevance | path

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

/linux-6.12.1/arch/um/drivers/
Dvector_user.h101 extern int uml_vector_detach_bpf(int fd, void *bpf);
Dvector_kern.c1134 uml_vector_detach_bpf(vp->fds->rx_fd, vp->bpf); in vector_net_close()
1381 uml_vector_detach_bpf(vp->fds->rx_fd, vp->bpf); in vector_net_load_bpf_flash()
Dvector_user.c848 int uml_vector_detach_bpf(int fd, void *bpf) in uml_vector_detach_bpf() function