Function report |
Source Code:include\net\sock.h |
Create Date:2022-07-28 06:09:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Queue a received datagram if it will fit. Stream and sequenced* protocols can't normally use this as they need to fit buffers in* and play with them.* Inlined as it's very short and called for pretty much every* packet ever received.
Proto:static inline void skb_set_owner_r(struct sk_buff *skb, struct sock *sk)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sk_buff * | skb | |
struct sock * | sk |
2144 | destructor = sock_rfree |
2145 | atomic_add(truesize, & sk_rmem_alloc) |
2146 | sk_mem_charge(sk, truesize) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |