Searched refs:hw_entries (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | drop_monitor.c | 76 spinlock_t lock; /* Protects 'skb', 'hw_entries' and 81 struct net_dm_hw_entries *hw_entries; member 308 struct net_dm_hw_entries *hw_entries; in net_dm_hw_reset_per_cpu_data() local 311 hw_entries = kzalloc(struct_size(hw_entries, entries, dm_hit_limit), in net_dm_hw_reset_per_cpu_data() 313 if (!hw_entries) { in net_dm_hw_reset_per_cpu_data() 322 swap(hw_data->hw_entries, hw_entries); in net_dm_hw_reset_per_cpu_data() 325 return hw_entries; in net_dm_hw_reset_per_cpu_data() 353 const struct net_dm_hw_entries *hw_entries) in net_dm_hw_entries_put() 352 net_dm_hw_entries_put(struct sk_buff *msg, const struct net_dm_hw_entries *hw_entries) net_dm_hw_entries_put() argument 380 net_dm_hw_summary_report_fill(struct sk_buff *msg, const struct net_dm_hw_entries *hw_entries) net_dm_hw_summary_report_fill() argument 413 struct net_dm_hw_entries *hw_entries; net_dm_hw_summary_work() local 445 struct net_dm_hw_entries *hw_entries; net_dm_hw_trap_summary_probe() local 1041 struct net_dm_hw_entries *hw_entries; net_dm_hw_monitor_start() local [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | drop_monitor.c | 77 spinlock_t lock; /* Protects 'skb', 'hw_entries' and 82 struct net_dm_hw_entries *hw_entries; member 304 struct net_dm_hw_entries *hw_entries; in net_dm_hw_reset_per_cpu_data() local 307 hw_entries = kzalloc(struct_size(hw_entries, entries, dm_hit_limit), in net_dm_hw_reset_per_cpu_data() 309 if (!hw_entries) { in net_dm_hw_reset_per_cpu_data() 318 swap(hw_data->hw_entries, hw_entries); in net_dm_hw_reset_per_cpu_data() 321 return hw_entries; in net_dm_hw_reset_per_cpu_data() 349 const struct net_dm_hw_entries *hw_entries) in net_dm_hw_entries_put() 348 net_dm_hw_entries_put(struct sk_buff *msg, const struct net_dm_hw_entries *hw_entries) net_dm_hw_entries_put() argument 376 net_dm_hw_summary_report_fill(struct sk_buff *msg, const struct net_dm_hw_entries *hw_entries) net_dm_hw_summary_report_fill() argument 409 struct net_dm_hw_entries *hw_entries; net_dm_hw_summary_work() local 441 struct net_dm_hw_entries *hw_entries; net_dm_hw_trap_summary_probe() local 1065 struct net_dm_hw_entries *hw_entries; net_dm_hw_monitor_start() local [all...] |
Completed in 3 milliseconds