Searched refs:softnet_data (Results 1 - 8 of 8) sorted by relevance

/linux-master/net/core/
H A Dnet-procfs.c85 static u32 softnet_input_pkt_queue_len(struct softnet_data *sd)
90 static u32 softnet_process_queue_len(struct softnet_data *sd)
95 static struct softnet_data *softnet_get_online(loff_t *pos)
97 struct softnet_data *sd = NULL;
101 sd = &per_cpu(softnet_data, *pos);
125 struct softnet_data *sd = v;
H A Ddev.c200 static inline void rps_lock_irqsave(struct softnet_data *sd,
209 static inline void rps_lock_irq_disable(struct softnet_data *sd)
217 static inline void rps_unlock_irq_restore(struct softnet_data *sd,
226 static inline void rps_unlock_irq_enable(struct softnet_data *sd)
425 DEFINE_PER_CPU_ALIGNED(struct softnet_data, softnet_data);
426 EXPORT_PER_CPU_SYMBOL(softnet_data); variable
3072 struct softnet_data *sd;
3076 sd = this_cpu_ptr(&softnet_data);
3140 skb->next = __this_cpu_read(softnet_data
[all...]
H A Dsysctl_net_core.c204 struct softnet_data *sd;
219 sd = &per_cpu(softnet_data, i);
243 sd = &per_cpu(softnet_data, i);
H A Dnetpoll.c263 struct softnet_data *sd = &get_cpu_var(softnet_data);
285 put_cpu_var(softnet_data);
H A Dskbuff.c7009 struct softnet_data *sd;
7023 sd = &per_cpu(softnet_data, cpu);
/linux-master/net/xfrm/
H A Dxfrm_device.c118 struct softnet_data *sd;
151 sd = this_cpu_ptr(&softnet_data);
440 struct softnet_data *sd;
453 sd = this_cpu_ptr(&softnet_data);
462 void xfrm_dev_backlog(struct softnet_data *sd)
/linux-master/include/linux/
H A Dnetdevice.h3195 struct softnet_data { struct
3203 struct softnet_data *rps_ipi_list;
3234 struct softnet_data *rps_ipi_next;
3251 static inline void input_queue_head_incr(struct softnet_data *sd)
3258 static inline void input_queue_tail_incr_save(struct softnet_data *sd,
3266 DECLARE_PER_CPU_ALIGNED(struct softnet_data, softnet_data);
3270 return this_cpu_read(softnet_data.xmit.recursion);
3276 return unlikely(__this_cpu_read(softnet_data.xmit.recursion) >
3282 __this_cpu_inc(softnet_data
[all...]
/linux-master/include/net/
H A Dxfrm.h1936 void xfrm_dev_backlog(struct softnet_data *sd);
2020 static inline void xfrm_dev_backlog(struct softnet_data *sd)

Completed in 557 milliseconds