Searched refs:bpf (Results 1 – 21 of 21) sorted by relevance
837 int uml_vector_attach_bpf(int fd, void *bpf) in uml_vector_attach_bpf() argument839 struct sock_fprog *prog = bpf; in uml_vector_attach_bpf()850 struct sock_fprog *prog = bpf; in uml_vector_detach_bpf()859 struct sock_filter *bpf; in uml_vector_default_bpf() local871 bpf = uml_kmalloc( in uml_vector_default_bpf()873 if (bpf) { in uml_vector_default_bpf()874 bpf_prog->filter = bpf; in uml_vector_default_bpf()898 struct sock_filter *bpf; in uml_vector_user_bpf() local923 if (bpf == NULL) { in uml_vector_user_bpf()927 bpf_prog->filter = bpf; in uml_vector_user_bpf()[all …]
1135 if (vp->bpf) in vector_net_close()1144 if (vp->bpf != NULL) in vector_net_close()1146 kfree(vp->bpf); in vector_net_close()1147 vp->bpf = NULL; in vector_net_close()1289 if (vp->bpf != NULL) in vector_net_open()1381 if (vp->bpf != NULL) { in vector_net_load_bpf_flash()1388 if (vp->bpf == NULL) { in vector_net_load_bpf_flash()1400 if (!vp->bpf->filter) in vector_net_load_bpf_flash()1415 if (vp->bpf != NULL) in vector_net_load_bpf_flash()1417 kfree(vp->bpf); in vector_net_load_bpf_flash()[all …]
100 extern int uml_vector_attach_bpf(int fd, void *bpf);101 extern int uml_vector_detach_bpf(int fd, void *bpf);
132 struct sock_fprog *bpf; member
51 CONFIG_LSM="lockdown,yama,loadpin,safesetid,integrity,bpf"
326 315 n64 bpf sys_bpf
330 319 n32 bpf sys_bpf
369 355 o32 bpf sys_bpf
333 321 common bpf sys_bpf
372 357 i386 bpf sys_bpf
364 354 common bpf sys_bpf
387 341 common bpf sys_bpf
363 340 common bpf sys_bpf
385 375 common bpf sys_bpf
401 386 common bpf sys_bpf
421 349 common bpf sys_bpf
397 387 common bpf sys_bpf
404 386 common bpf sys_bpf
446 515 common bpf sys_bpf
361 351 common bpf sys_bpf sys_bpf
465 361 common bpf sys_bpf
Completed in 51 milliseconds