函数源码 |
Source File:include\linux\skbuff.h |
Create Date:2022-07-27 06:52:08 |
首页 | Copyright©Brick |
1971 1972 1973 1974 1975 1976 | static inline void __skb_queue_before( struct sk_buff_head *list, struct sk_buff *next, struct sk_buff *newsk) { __skb_insert(newsk, next->prev, next, list); } |