Home
last modified time | relevance | path

Searched refs:softnet_data (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/net/xfrm/
Dxfrm_device.c82 struct softnet_data *sd; in validate_xmit_xfrm()
99 sd = this_cpu_ptr(&softnet_data); in validate_xmit_xfrm()
298 struct softnet_data *sd; in xfrm_dev_resume()
311 sd = this_cpu_ptr(&softnet_data); in xfrm_dev_resume()
320 void xfrm_dev_backlog(struct softnet_data *sd) in xfrm_dev_backlog()
/Linux-v5.4/net/core/
Dnet-procfs.c119 static struct softnet_data *softnet_get_online(loff_t *pos) in softnet_get_online()
121 struct softnet_data *sd = NULL; in softnet_get_online()
125 sd = &per_cpu(softnet_data, *pos); in softnet_get_online()
149 struct softnet_data *sd = v; in softnet_seq_show()
Ddev.c218 static inline void rps_lock(struct softnet_data *sd) in rps_lock()
225 static inline void rps_unlock(struct softnet_data *sd) in rps_unlock()
277 DEFINE_PER_CPU_ALIGNED(struct softnet_data, softnet_data);
278 EXPORT_PER_CPU_SYMBOL(softnet_data);
2662 struct softnet_data *sd; in __netif_reschedule()
2666 sd = this_cpu_ptr(&softnet_data); in __netif_reschedule()
2730 skb->next = __this_cpu_read(softnet_data.completion_queue); in __dev_kfree_skb_irq()
2731 __this_cpu_write(softnet_data.completion_queue, skb); in __dev_kfree_skb_irq()
3893 static inline void ____napi_schedule(struct softnet_data *sd, in ____napi_schedule()
3951 per_cpu(softnet_data, next_cpu).input_queue_head; in set_rps_cpu()
[all …]
Dsysctl_net_core.c122 struct softnet_data *sd; in flow_limit_cpu_sysctl()
137 sd = &per_cpu(softnet_data, i); in flow_limit_cpu_sysctl()
169 sd = &per_cpu(softnet_data, i); in flow_limit_cpu_sysctl()
Dnetpoll.c244 struct softnet_data *sd = &get_cpu_var(softnet_data); in zap_completion_queue()
266 put_cpu_var(softnet_data); in zap_completion_queue()
/Linux-v5.4/include/linux/
Dnetdevice.h2974 struct softnet_data { struct
2983 struct softnet_data *rps_ipi_list; argument
3007 struct softnet_data *rps_ipi_next; argument
3017 static inline void input_queue_head_incr(struct softnet_data *sd) in input_queue_head_incr() argument
3024 static inline void input_queue_tail_incr_save(struct softnet_data *sd, in input_queue_tail_incr_save()
3032 DECLARE_PER_CPU_ALIGNED(struct softnet_data, softnet_data);
3036 return this_cpu_read(softnet_data.xmit.recursion); in dev_recursion_level()
3042 return unlikely(__this_cpu_read(softnet_data.xmit.recursion) > in dev_xmit_recursion()
3048 __this_cpu_inc(softnet_data.xmit.recursion); in dev_xmit_recursion_inc()
3053 __this_cpu_dec(softnet_data.xmit.recursion); in dev_xmit_recursion_dec()
[all …]
/Linux-v5.4/include/net/
Dxfrm.h1849 void xfrm_dev_backlog(struct softnet_data *sd);
1906 static inline void xfrm_dev_backlog(struct softnet_data *sd) in xfrm_dev_backlog()