Home
last modified time | relevance | path

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

/Linux-v4.19/net/xfrm/
Dxfrm_device.c32 struct softnet_data *sd; in validate_xmit_xfrm()
47 sd = this_cpu_ptr(&softnet_data); in validate_xmit_xfrm()
240 struct softnet_data *sd; in xfrm_dev_resume()
253 sd = this_cpu_ptr(&softnet_data); in xfrm_dev_resume()
262 void xfrm_dev_backlog(struct softnet_data *sd) in xfrm_dev_backlog()
/Linux-v4.19/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.c217 static inline void rps_lock(struct softnet_data *sd) in rps_lock()
224 static inline void rps_unlock(struct softnet_data *sd) in rps_unlock()
276 DEFINE_PER_CPU_ALIGNED(struct softnet_data, softnet_data);
277 EXPORT_PER_CPU_SYMBOL(softnet_data);
2700 struct softnet_data *sd; in __netif_reschedule()
2704 sd = this_cpu_ptr(&softnet_data); in __netif_reschedule()
2768 skb->next = __this_cpu_read(softnet_data.completion_queue); in __dev_kfree_skb_irq()
2769 __this_cpu_write(softnet_data.completion_queue, skb); in __dev_kfree_skb_irq()
3923 static inline void ____napi_schedule(struct softnet_data *sd, in ____napi_schedule()
3981 per_cpu(softnet_data, next_cpu).input_queue_head; in set_rps_cpu()
[all …]
Dsysctl_net_core.c113 struct softnet_data *sd; in flow_limit_cpu_sysctl()
128 sd = &per_cpu(softnet_data, i); in flow_limit_cpu_sysctl()
160 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-v4.19/include/linux/
Dnetdevice.h2935 struct softnet_data { struct
2944 struct softnet_data *rps_ipi_list; argument
2963 struct softnet_data *rps_ipi_next; argument
2973 static inline void input_queue_head_incr(struct softnet_data *sd) in input_queue_head_incr() argument
2980 static inline void input_queue_tail_incr_save(struct softnet_data *sd, in input_queue_tail_incr_save()
2988 DECLARE_PER_CPU_ALIGNED(struct softnet_data, softnet_data);
/Linux-v4.19/include/net/
Dxfrm.h1927 void xfrm_dev_backlog(struct softnet_data *sd);
1984 static inline void xfrm_dev_backlog(struct softnet_data *sd) in xfrm_dev_backlog()