Home
last modified time | relevance | path

Searched refs:map_lookup_and_delete_elem (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/patches/linux-5.10/yangfan_patch/
Dkernel.patch96 @@ -1497,7 +1484,6 @@ static int map_lookup_and_delete_elem(union bpf_attr *attr)
104 @@ -1539,7 +1525,6 @@ static int map_lookup_and_delete_elem(union bpf_attr *attr)
/kernel/linux/linux-5.10/kernel/bpf/
Dsyscall.c1485 static int map_lookup_and_delete_elem(union bpf_attr *attr) in map_lookup_and_delete_elem() function
4479 err = map_lookup_and_delete_elem(&attr); in SYSCALL_DEFINE3()