Searched defs:lru_map (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_lru_map.c | 127 static int map_equal(int lru_map, int expected) in map_equal() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_lru_map.c | 116 static int map_equal(int lru_map, int expected) in map_equal() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_xdp_noinline.c | 700 void *lru_map = &lru_cache; in process_packet() local 548 get_packet_dst(struct real_definition **real, struct packet_description *pckt, struct vip_meta *vip_info, bool is_ipv6, void *lru_map) get_packet_dst() argument 601 connection_table_lookup(struct real_definition **real, struct packet_description *pckt, void *lru_map) connection_table_lookup() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_xdp_noinline.c | 658 void *lru_map = &lru_cache; in process_packet() local 508 get_packet_dst(struct real_definition **real, struct packet_description *pckt, struct vip_meta *vip_info, bool is_ipv6, void *lru_map) get_packet_dst() argument 561 connection_table_lookup(struct real_definition **real, struct packet_description *pckt, void *lru_map) connection_table_lookup() argument
|
Completed in 5 milliseconds