Lines Matching refs:whdr
917 TP_PROTO(unsigned int call_id, struct rxrpc_wire_header *whdr,
920 TP_ARGS(call_id, whdr, where),
925 __field_struct(struct rxrpc_wire_header, whdr )
930 memcpy(&__entry->whdr, whdr, sizeof(__entry->whdr));
936 ntohl(__entry->whdr.epoch),
937 ntohl(__entry->whdr.cid),
938 ntohl(__entry->whdr.callNumber),
939 ntohs(__entry->whdr.serviceId),
940 ntohl(__entry->whdr.serial),
941 ntohl(__entry->whdr.seq),
942 __entry->whdr.type, __entry->whdr.flags,
943 __entry->whdr.type <= 15 ?
944 __print_symbolic(__entry->whdr.type, rxrpc_pkts) : "?UNK",