Home
last modified time | relevance | path

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

/linux-6.1.9/arch/um/drivers/
Dvector_user.h103 extern int uml_vector_detach_bpf(int fd, void *bpf);
Dvector_kern.c1140 uml_vector_detach_bpf(vp->fds->rx_fd, vp->bpf); in vector_net_close()
1395 uml_vector_detach_bpf(vp->fds->rx_fd, vp->bpf); in vector_net_load_bpf_flash()
Dvector_user.c765 int uml_vector_detach_bpf(int fd, void *bpf) in uml_vector_detach_bpf() function