Lines Matching refs:whdr
902 TP_PROTO(unsigned int call_id, struct rxrpc_wire_header *whdr,
905 TP_ARGS(call_id, whdr, where),
910 __field_struct(struct rxrpc_wire_header, whdr )
915 memcpy(&__entry->whdr, whdr, sizeof(__entry->whdr));
921 ntohl(__entry->whdr.epoch),
922 ntohl(__entry->whdr.cid),
923 ntohl(__entry->whdr.callNumber),
924 ntohs(__entry->whdr.serviceId),
925 ntohl(__entry->whdr.serial),
926 ntohl(__entry->whdr.seq),
927 __entry->whdr.type, __entry->whdr.flags,
928 __entry->whdr.type <= 15 ?
929 __print_symbolic(__entry->whdr.type, rxrpc_pkts) : "?UNK",