Searched refs:nest_level (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dvlan.c130 int nest_level, err = 0; local
132 nest_level = attr->parse_attr->filter_dev->lower_level -
134 while (nest_level--) {
/linux-master/net/sched/
H A Dact_mirred.c420 unsigned int nest_level; local
426 nest_level = __this_cpu_inc_return(mirred_nest_level);
427 if (unlikely(nest_level > MIRRED_NEST_LIMIT)) {
/linux-master/kernel/trace/
H A Dbpf_trace.c672 int nest_level, err; local
676 nest_level = this_cpu_inc_return(bpf_trace_nest_level);
678 if (WARN_ON_ONCE(nest_level > ARRAY_SIZE(sds->sds))) {
683 sd = &sds->sds[nest_level - 1];
737 int nest_level; local
741 nest_level = this_cpu_inc_return(bpf_event_output_nest_level);
743 if (WARN_ON_ONCE(nest_level > ARRAY_SIZE(bpf_misc_sds.sds))) {
747 sd = this_cpu_ptr(&bpf_misc_sds.sds[nest_level - 1]);
748 regs = this_cpu_ptr(&bpf_pt_regs.regs[nest_level - 1]);
1903 int nest_level local
[all...]
/linux-master/kernel/bpf/
H A Dhelpers.c780 int nest_level; local
783 nest_level = this_cpu_inc_return(bpf_bprintf_nest_level);
784 if (WARN_ON_ONCE(nest_level > MAX_BPRINTF_NEST_LEVEL)) {
789 *bufs = this_cpu_ptr(&bpf_bprintf_bufs[nest_level - 1]);
/linux-master/include/linux/
H A Dnetdevice.h4508 unsigned char nest_level = 0; local
4511 nest_level = dev->nested_level;
4513 spin_lock_nested(&dev->addr_list_lock, nest_level);
4518 unsigned char nest_level = 0; local
4521 nest_level = dev->nested_level;
4524 spin_lock_nested(&dev->addr_list_lock, nest_level);
/linux-master/drivers/net/bonding/
H A Dbond_main.c4430 int nest_level = 0; local
4435 nest_level = bond_get_lowest_level_rcu(bond_dev);
4438 spin_lock_nested(&bond->stats_lock, nest_level);

Completed in 283 milliseconds