^RT with extended reservations for Forbidden Zones paper @ RTAS'20
f6ebe77f955d
654d0fbdc8fe
3db05fea51cd
76108cea065c
2a6decfd8a5f
394f545db6e7
1c15b677097f
1 2 3
4 5 6 7 8
9
10 11 12 13 14 15 16
17
18
19 20
21
22 23 24 25
26
27
28
29 30 31 32 33 34 35 36 37 38
#ifndef _NF_INTERNALS_H #define _NF_INTERNALS_H #include <linux/list.h> #include <linux/skbuff.h> #include <linux/netdevice.h> #ifdef CONFIG_NETFILTER_DEBUG #define NFDEBUG(format, args...) printk(KERN_DEBUG format , ## args) #else #define NFDEBUG(format, args...) #endif /* core.c */ extern unsigned int nf_iterate(struct list_head *head, struct sk_buff *skb, unsigned int hook,