Searched defs:rxrpc_host_header (Results 1 – 2 of 2) sorted by relevance
170 struct rxrpc_host_header { struct171 u32 epoch; /* client boot timestamp */172 u32 cid; /* connection and channel ID */173 u32 callNumber; /* call ID (0 for connection-level packets) */174 u32 seq; /* sequence number of pkt in call stream */175 u32 serial; /* serial number of pkt sent to network */199 struct rxrpc_host_header hdr; /* RxRPC packet header from this packet */ argument
165 struct rxrpc_host_header { struct166 u32 epoch; /* client boot timestamp */167 u32 cid; /* connection and channel ID */168 u32 callNumber; /* call ID (0 for connection-level packets) */169 u32 seq; /* sequence number of pkt in call stream */170 u32 serial; /* serial number of pkt sent to network */171 u8 type; /* packet type */172 u8 flags; /* packet flags */173 u8 userStatus; /* app-layer defined status */174 u8 securityIndex; /* security protocol ID */[all …]