- 论坛徽章:
- 0
|
- static struct
- {
- struct ipt_replace repl;
- struct ipt_standard entries[3];
- struct ipt_error term;
- } initial_table __initdata
- = { { "filter", FILTER_VALID_HOOKS, 4,
- sizeof(struct ipt_standard) * 3 + sizeof(struct ipt_error),
- {[color=Red] [NF_IP_LOCAL_IN] 0[/color],
- [color=Red][NF_IP_FORWARD] sizeof(struct ipt_standard)[/color],
- [NF_IP_LOCAL_OUT] sizeof(struct ipt_standard) * 2 },
- { [NF_IP_LOCAL_IN] 0,
- [NF_IP_FORWARD] sizeof(struct ipt_standard),
- [NF_IP_LOCAL_OUT] sizeof(struct ipt_standard) * 2 },
- 0, NULL, { } },
- .....................
复制代码
请问各位大牛,这个 [NF_IP_LOCAL_IN] 0怎么理解? |
|