Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Dxfrm_device.c120 struct softnet_data *sd; in validate_xmit_xfrm()
149 sd = this_cpu_ptr(&softnet_data); in validate_xmit_xfrm()
472 struct softnet_data *sd; in xfrm_dev_resume()
485 sd = this_cpu_ptr(&softnet_data); in xfrm_dev_resume()
494 void xfrm_dev_backlog(struct softnet_data *sd) in xfrm_dev_backlog()
/linux/net/core/
H A Ddev.c231 static inline void backlog_lock_irq_save(struct softnet_data *sd, in backlog_lock_irq_save()
240 static inline void backlog_lock_irq_disable(struct softnet_data *sd) in backlog_lock_irq_disable()
248 static inline void backlog_unlock_irq_restore(struct softnet_data *sd, in backlog_unlock_irq_restore()
257 static inline void backlog_unlock_irq_enable(struct softnet_data *sd) in backlog_unlock_irq_enable()
456 DEFINE_PER_CPU_ALIGNED(struct softnet_data, softnet_data) = {
459 EXPORT_PER_CPU_SYMBOL(softnet_data);
3376 struct softnet_data *sd; in __netif_reschedule()
3380 sd = this_cpu_ptr(&softnet_data); in __netif_reschedule()
3451 skb->next = __this_cpu_read(softnet_data.completion_queue); in dev_kfree_skb_irq_reason()
3452 __this_cpu_write(softnet_data.completion_queue, skb); in dev_kfree_skb_irq_reason()
[all …]
H A Dsysctl_net_core.c213 struct softnet_data *sd; in flow_limit_cpu_sysctl()
228 sd = &per_cpu(softnet_data, i); in flow_limit_cpu_sysctl()
252 sd = &per_cpu(softnet_data, i); in flow_limit_cpu_sysctl()
H A Dnetpoll.c246 struct softnet_data *sd = &get_cpu_var(softnet_data); in zap_completion_queue()
268 put_cpu_var(softnet_data); in zap_completion_queue()
/linux/include/linux/
H A Dnetdevice.h3512 struct softnet_data { struct
3521 struct softnet_data *rps_ipi_list; argument
3547 struct softnet_data *rps_ipi_next; argument
3568 DECLARE_PER_CPU_ALIGNED(struct softnet_data, softnet_data); argument
3579 return this_cpu_read(softnet_data.xmit.recursion); in dev_recursion_level()
5249 __this_cpu_write(softnet_data.xmit.more, more); in netdev_xmit_set_more()
5254 return __this_cpu_read(softnet_data.xmit.more); in netdev_xmit_more()
/linux/net/sched/
H A Dact_mirred.c435 xmit = this_cpu_ptr(&softnet_data.xmit); in tcf_mirred_act()
/linux/include/net/
H A Dxfrm.h2068 void xfrm_dev_backlog(struct softnet_data *sd);
2133 static inline void xfrm_dev_backlog(struct softnet_data *sd) in xfrm_dev_backlog()