Searched defs:rxrpc_wire_header (Results 1 – 1 of 1) sorted by relevance
21 struct rxrpc_wire_header { struct22 __be32 epoch; /* client boot timestamp */25 __be32 cid; /* connection and channel ID */32 __be32 callNumber; /* call ID (0 for connection-level packets) */33 __be32 seq; /* sequence number of pkt in call stream */34 __be32 serial; /* serial number of pkt sent to network */36 uint8_t type; /* packet type */50 uint8_t flags; /* packet flags */58 uint8_t userStatus; /* app-layer defined status */61 uint8_t securityIndex; /* security protocol ID */[all …]