Home
last modified time | relevance | path

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

/net/dccp/
Ddccp.h390 static inline void dccp_hdr_set_seq(struct dccp_hdr *dh, const u64 gss) in dccp_hdr_set_seq() argument
395 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()