?? ip_nat_rule.h
字號:
#ifndef _IP_NAT_RULE_H#define _IP_NAT_RULE_H#include <linux/netfilter_ipv4/ip_conntrack.h>#include <linux/netfilter_ipv4/ip_tables.h>#include <linux/netfilter_ipv4/ip_nat.h>#ifdef __KERNEL__extern int ip_nat_rule_init(void) __init;extern void ip_nat_rule_cleanup(void);extern int ip_nat_rule_find(struct sk_buff **pskb, unsigned int hooknum, const struct net_device *in, const struct net_device *out, struct ip_conntrack *ct, struct ip_nat_info *info);#endif#endif /* _IP_NAT_RULE_H */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -