Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfw_tracer.c381 u32 str_ptr, offset; in mlx5_tracer_get_string() local
384 str_ptr = tracer_event->string_event.string_param; in mlx5_tracer_get_string()
387 if (str_ptr > tracer->str_db.base_address_out[i] && in mlx5_tracer_get_string()
388 str_ptr < tracer->str_db.base_address_out[i] + in mlx5_tracer_get_string()
390 offset = str_ptr - tracer->str_db.base_address_out[i]; in mlx5_tracer_get_string()
/Linux-v6.1/kernel/bpf/
Dverifier.c6168 char *str_ptr; in check_func_arg() local
6198 str_ptr = (char *)(long)(map_addr); in check_func_arg()
6199 if (!strnchr(str_ptr + map_off, map->value_size - map_off, 0)) { in check_func_arg()