?? ip_fw_compat.h
字號:
#ifndef _LINUX_IP_FW_COMPAT_H#define _LINUX_IP_FW_COMPAT_H/* From ip_fw_compat_redir.c */extern unsigned intdo_redirect(struct sk_buff *skb, const struct net_device *dev, u_int16_t redirpt);extern voidcheck_for_redirect(struct sk_buff *skb);extern voidcheck_for_unredirect(struct sk_buff *skb);/* From ip_fw_compat_masq.c */extern unsigned intdo_masquerade(struct sk_buff **pskb, const struct net_device *dev);extern void check_for_masq_error(struct sk_buff **pskb);extern unsigned intcheck_for_demasq(struct sk_buff **pskb);extern int __init masq_init(void);extern void masq_cleanup(void);#endif /* _LINUX_IP_FW_COMPAT_H */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -