Searched defs:rxrpc_host_header (Results 1 – 2 of 2) sorted by relevance
157 struct rxrpc_host_header { struct158 u32 epoch; /* client boot timestamp */159 u32 cid; /* connection and channel ID */160 u32 callNumber; /* call ID (0 for connection-level packets) */161 u32 seq; /* sequence number of pkt in call stream */162 u32 serial; /* serial number of pkt sent to network */163 u8 type; /* packet type */164 u8 flags; /* packet flags */165 u8 userStatus; /* app-layer defined status */166 u8 securityIndex; /* security protocol ID */[all …]
178 struct rxrpc_host_header { struct179 u32 epoch; /* client boot timestamp */180 u32 cid; /* connection and channel ID */181 u32 callNumber; /* call ID (0 for connection-level packets) */182 u32 seq; /* sequence number of pkt in call stream */183 u32 serial; /* serial number of pkt sent to network */184 u8 type; /* packet type */185 u8 flags; /* packet flags */186 u8 userStatus; /* app-layer defined status */187 u8 securityIndex; /* security protocol ID */[all …]