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

/include/uapi/linux/
H A Ddccp.h16 * @dccph_x - 0 = 24 bit sequence number, 1 = 48
18 * @dccph_seq - sequence number high or low order 24 bits, depends on dccph_x
35 __u8 dccph_x:1, member in struct:dccp_hdr
41 dccph_x:1; member in struct:dccp_hdr
/include/linux/
H A Ddccp.h82 return sizeof(*dh) + (dh->dccph_x ? sizeof(struct dccp_hdr_ext) : 0);
95 if (dh->dccph_x != 0)

Completed in 238 milliseconds