Lines Matching defs:rxrpc_host_header
159 struct rxrpc_host_header { struct
160 u32 epoch; /* client boot timestamp */
161 u32 cid; /* connection and channel ID */
162 u32 callNumber; /* call ID (0 for connection-level packets) */
163 u32 seq; /* sequence number of pkt in call stream */
164 u32 serial; /* serial number of pkt sent to network */
165 u8 type; /* packet type */
166 u8 flags; /* packet flags */
167 u8 userStatus; /* app-layer defined status */
168 u8 securityIndex; /* security protocol ID */
169 union {
194 struct rxrpc_host_header hdr; /* RxRPC packet header from this packet */ argument