Searched defs:rxrpc_header (Results 1 – 1 of 1) sorted by relevance
25 struct rxrpc_header { struct26 __be32 epoch; /* client boot timestamp */28 __be32 cid; /* connection and channel ID */35 __be32 callNumber; /* call ID (0 for connection-level packets) */38 __be32 seq; /* sequence number of pkt in call stream */39 __be32 serial; /* serial number of pkt sent to network */41 uint8_t type; /* packet type */70 #define __rxrpc_header_off(X) offsetof(struct rxrpc_header,X) argument