摘要: static inline void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info) { __icmp_send(skb_in, type, code, info, IPCB(skb_in)); } static 阅读全文
posted @ 2025-12-10 19:41 codestacklinuxer 阅读(5) 评论(0) 推荐(0)