Function report |
Source Code:include\net\inet_ecn.h |
Create Date:2022-07-28 06:42:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:IP_ECN_decapsulate
Proto:static inline int IP_ECN_decapsulate(const struct iphdr *oiph, struct sk_buff *skb)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct iphdr * | oiph | |
struct sk_buff * | skb |
222 | If protocol == htons(Internet Protocol packet ) Then inner = tos |
224 | Else if protocol == htons(IPv6 over bluebook ) Then inner = ipv6_get_dsfield(ipv6_hdr(skb)) |
226 | Else Return 0 |
229 | Return INET_ECN_decapsulate(skb, tos, inner) |
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 |