文件操作 - stp.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/linux-headers-5.15.0-186/include/net/stp.h
编辑文件内容
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _NET_STP_H #define _NET_STP_H struct stp_proto { unsigned char group_address[ETH_ALEN]; void (*rcv)(const struct stp_proto *, struct sk_buff *, struct net_device *); void *data; }; int stp_proto_register(const struct stp_proto *proto); void stp_proto_unregister(const struct stp_proto *proto); #endif /* _NET_STP_H */
修改文件时间
将文件时间修改为当前时间的前一年
删除文件