文件操作 - tc_connmark.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/linux-headers-5.15.0-186/include/net/tc_act/tc_connmark.h
编辑文件内容
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_TC_CONNMARK_H #define __NET_TC_CONNMARK_H #include <net/act_api.h> struct tcf_connmark_parms { struct net *net; u16 zone; int action; struct rcu_head rcu; }; struct tcf_connmark_info { struct tc_action common; struct tcf_connmark_parms __rcu *parms; }; #define to_connmark(a) ((struct tcf_connmark_info *)a) #endif /* __NET_TC_CONNMARK_H */
修改文件时间
将文件时间修改为当前时间的前一年
删除文件