📄 route.h
字号:
/* route.h * linqianghe@163.com * 2006-10-13 */#ifndef INCLUDED_ROUTE_H#define INCLUDED_ROUTE_H#include <net/dst.h>#include <net/route.h>extern struct dst_ops myipv4_dst_ops;int __init myip_rt_init(void);void __exit myip_rt_exit(void);void myrt_cache_flush(int delay);int myip_route_output_flow(struct rtable **rp, struct flowi *flp, struct sock *sk, int flags);#endif //INCLUDED_ROUTE_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -