Home
last modified time | relevance | path

Searched refs:dccph_x (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Ddccp.h14 return sizeof(*dh) + (dh->dccph_x ? sizeof(struct dccp_hdr_ext) : 0); in __dccp_basic_hdr_len()
21 if (dh->dccph_x != 0) in dccp_hdr_seq()
/linux/include/uapi/linux/
H A Ddccp.h17 * @dccph_x - 0 = 24 bit sequence number, 1 = 48
19 * @dccph_seq - sequence number high or low order 24 bits, depends on dccph_x
36 __u8 dccph_x:1, member
42 dccph_x:1; member