Searched refs:gss (Results 1 – 1 of 1) sorted by relevance
390 static inline void dccp_hdr_set_seq(struct dccp_hdr *dh, const u64 gss) in dccp_hdr_set_seq() argument395 dh->dccph_seq = htons((gss >> 32) & 0xfffff); in dccp_hdr_set_seq()396 dhx->dccph_seq_low = htonl(gss & 0xffffffff); in dccp_hdr_set_seq()