✏️ 正在编辑: unix.h
路径:
/usr/src/linux-aws-headers-4.15.0-1057/include/net/netns/unix.h
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
/* SPDX-License-Identifier: GPL-2.0 */ /* * Unix network namespace */ #ifndef __NETNS_UNIX_H__ #define __NETNS_UNIX_H__ struct ctl_table_header; struct netns_unix { int sysctl_max_dgram_qlen; struct ctl_table_header *ctl; }; #endif /* __NETNS_UNIX_H__ */
💾 保存文件
← 返回文件管理器