Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/trace/
Dbpf_trace.c465 int nest_level = this_cpu_inc_return(bpf_trace_nest_level); in BPF_CALL_5() local
475 if (WARN_ON_ONCE(nest_level > ARRAY_SIZE(sds->sds))) { in BPF_CALL_5()
480 sd = &sds->sds[nest_level - 1]; in BPF_CALL_5()
518 int nest_level = this_cpu_inc_return(bpf_event_output_nest_level); in bpf_event_output() local
537 if (WARN_ON_ONCE(nest_level > ARRAY_SIZE(bpf_misc_sds.sds))) { in bpf_event_output()
541 sd = this_cpu_ptr(&bpf_misc_sds.sds[nest_level - 1]); in bpf_event_output()
542 regs = this_cpu_ptr(&bpf_pt_regs.regs[nest_level - 1]); in bpf_event_output()
956 int nest_level = this_cpu_inc_return(bpf_raw_tp_nest_level); in get_bpf_raw_tp_regs() local
958 if (WARN_ON_ONCE(nest_level > ARRAY_SIZE(tp_regs->regs))) { in get_bpf_raw_tp_regs()
963 return &tp_regs->regs[nest_level - 1]; in get_bpf_raw_tp_regs()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3181 int nest_level = attr->parse_attr->filter_dev->lower_level; in add_vlan_pop_action() local
3187 while (nest_level--) { in add_vlan_pop_action()