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