Lines Matching refs:whdr
1049 TP_PROTO(unsigned int call_id, struct rxrpc_wire_header *whdr,
1052 TP_ARGS(call_id, whdr, where),
1057 __field_struct(struct rxrpc_wire_header, whdr)
1062 memcpy(&__entry->whdr, whdr, sizeof(__entry->whdr));
1068 ntohl(__entry->whdr.epoch),
1069 ntohl(__entry->whdr.cid),
1070 ntohl(__entry->whdr.callNumber),
1071 ntohs(__entry->whdr.serviceId),
1072 ntohl(__entry->whdr.serial),
1073 ntohl(__entry->whdr.seq),
1074 __entry->whdr.type, __entry->whdr.flags,
1075 __entry->whdr.type <= 15 ?
1076 __print_symbolic(__entry->whdr.type, rxrpc_pkts) : "?UNK",