#ifndef IRQ_H #define IRQ_H extern int device_irq_number(const char *ifname); extern void device_restore_irq_affinity_list(void); extern int device_set_irq_affinity_list(int irq, unsigned long from, unsigned long to); extern int device_set_irq_affinity(int irq, unsigned long cpu); #endif /* IRQ_H */ =master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/core/datagram.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-07udp: properly cope with csum errorsEric Dumazet1-2/+6