1 Star 1 Fork 1

6QHTSK/HUST-Linux-Firewall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nat.h 657 Bytes
一键复制 编辑 原始数据 按行查看 历史
6QHTSK 提交于 2022-09-30 16:16 . 2022-9-30 首次提交
//
// Created by csepsk on 2022/9/29.
//
#ifndef KERNEL_FIREWALL_CMAKE_NAT_H
#define KERNEL_FIREWALL_CMAKE_NAT_H
#include <linux/module.h> /* Needed by all modules */
#include <linux/kernel.h> /* Needed for KERN_INFO */
#include <linux/init.h> /* Needed for the macros */
#include <linux/rbtree.h>
#include <linux/in.h>
#include <linux/slab.h>
#include <linux/ip.h>
#include <linux/tcp.h>
#include <linux/udp.h>
#include "logging.h"
#include "utils.h"
void nat_lan2wan(struct sk_buff*);
void nat_wan2lan(struct sk_buff*);
int update_nat(const char *);
int seq_open_nat(struct inode *, struct file *);
#endif //KERNEL_FIREWALL_CMAKE_NAT_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/aya6QHTSK/HUST-Linux-Firewall.git
[email protected]:aya6QHTSK/HUST-Linux-Firewall.git
aya6QHTSK
HUST-Linux-Firewall
HUST-Linux-Firewall
master

搜索帮助