Searched defs:rxrpc_host_header (Results 1 – 1 of 1) sorted by relevance
208 struct rxrpc_host_header { struct209 u32 epoch; /* client boot timestamp */210 u32 cid; /* connection and channel ID */211 u32 callNumber; /* call ID (0 for connection-level packets) */212 u32 seq; /* sequence number of pkt in call stream */213 u32 serial; /* serial number of pkt sent to network */214 u8 type; /* packet type */215 u8 flags; /* packet flags */216 u8 userStatus; /* app-layer defined status */217 u8 securityIndex; /* security protocol ID */[all …]