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