|
Linux Kernel
3.7.1
|
#include <dccp.h>
Data Fields | |
| union { | |
| struct inet_skb_parm h4 | |
| } | header |
| __u8 | dccpd_type:4 |
| __u8 | dccpd_ccval:4 |
| __u8 | dccpd_reset_code |
| __u8 | dccpd_reset_data [3] |
| __u16 | dccpd_opt_len |
| __u64 | dccpd_seq |
| __u64 | dccpd_ack_seq |
dccp_skb_cb - DCCP per-packet control information : one of dccp_pkt_type (or unknown) : CCVal field (5.1), see e.g. RFC 4342, 8.1 : one of dccp_reset_codes : Data1..3 fields (depend on ) : total length of all options (5.8) in the packet : sequence number : acknowledgment number subheader field value
This is used for transmission as well as for reception.
| union { ... } header |
1.8.2