Lines Matching refs:whdr
729 TP_PROTO(unsigned int call_id, struct rxrpc_wire_header *whdr,
732 TP_ARGS(call_id, whdr, where),
737 __field_struct(struct rxrpc_wire_header, whdr )
742 memcpy(&__entry->whdr, whdr, sizeof(__entry->whdr));
748 ntohl(__entry->whdr.epoch),
749 ntohl(__entry->whdr.cid),
750 ntohl(__entry->whdr.callNumber),
751 ntohs(__entry->whdr.serviceId),
752 ntohl(__entry->whdr.serial),
753 ntohl(__entry->whdr.seq),
754 __entry->whdr.type, __entry->whdr.flags,
755 __entry->whdr.type <= 15 ?
756 __print_symbolic(__entry->whdr.type, rxrpc_pkts) : "?UNK",