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