Searched defs:rxrpc_wire_header (Results 1 – 1 of 1) sorted by relevance
25 struct rxrpc_wire_header { struct26 __be32 epoch; /* client boot timestamp */29 __be32 cid; /* connection and channel ID */36 __be32 callNumber; /* call ID (0 for connection-level packets) */37 __be32 seq; /* sequence number of pkt in call stream */38 __be32 serial; /* serial number of pkt sent to network */40 uint8_t type; /* packet type */54 uint8_t flags; /* packet flags */62 uint8_t userStatus; /* app-layer defined status */65 uint8_t securityIndex; /* security protocol ID */[all …]