Function report |
Source Code:include\linux\dccp.h |
Create Date:2022-07-28 18:47:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dccp_hdr_ack_seq
Proto:static inline u64 dccp_hdr_ack_seq(const struct sk_buff *skb)
Type:u64
Parameter:
Type | Parameter | Name |
---|---|---|
const struct sk_buff * | skb |
120 | dhack = dccp_hdr_ack_bits(skb) |
121 | Return (ntohs(dccph_ack_nr_high) << 32) + ntohl(dccph_ack_nr_low) |
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 |