Function report |
Source Code:include\net\inet_hashtables.h |
Create Date:2022-07-28 06:41:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__inet_lookup_skb
Proto:static inline struct sock *__inet_lookup_skb(struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const __be16 sport, const __be16 dport, const int sdif, bool *refcounted)
Type:struct sock
Parameter:
Type | Parameter | Name |
---|---|---|
struct inet_hashinfo * | hashinfo | |
struct sk_buff * | skb | |
int | doff | |
const __be16 | sport | |
const __be16 | dport | |
const int | sdif | |
bool * | refcounted |
382 | sk = skb_steal_sock(skb) |
385 | * refcounted = true |
389 | Return __inet_lookup(Net namespace inlines, hashinfo, skb, doff, saddr, sport, daddr, dport, inet_iif(skb), sdif, refcounted) |
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 |