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