📄 dst.h
字号:
/* dst.h * linqianghe@163.com * 2006-11-13 */#ifndef INCLUDED_DST_H#define INCLUDED_DST_H#include <net/dst.h>void * mydst_alloc( struct dst_ops * ops );static inline int mydst_output(struct sk_buff *skb){ return skb->dst->output(skb);}#endif //INCLUDED_DST_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -