4 #define IP6_FW_LISTHEAD 0x1000
5 #define IP6_FW_ACCEPT 0x0001
6 #define IP6_FW_REJECT 0x0002
10 #define IP6_FW_MSG_ADD 1
11 #define IP6_FW_MSG_DEL 2
12 #define IP6_FW_MSG_REPORT 3
16 * Fast "hack" user interface
45 struct flow_rule flowr
;
46 struct ip6_fw_rule
*next
;
47 struct ip6_fw_rule
*prev
;