Lines Matching refs:whdr
1378 TP_PROTO(unsigned int call_id, struct rxrpc_wire_header *whdr,
1381 TP_ARGS(call_id, whdr, where),
1386 __field_struct(struct rxrpc_wire_header, whdr)
1391 memcpy(&__entry->whdr, whdr, sizeof(__entry->whdr));
1397 ntohl(__entry->whdr.epoch),
1398 ntohl(__entry->whdr.cid),
1399 ntohl(__entry->whdr.callNumber),
1400 ntohs(__entry->whdr.serviceId),
1401 ntohl(__entry->whdr.serial),
1402 ntohl(__entry->whdr.seq),
1403 __entry->whdr.type, __entry->whdr.flags,
1404 __entry->whdr.type <= 15 ?
1405 __print_symbolic(__entry->whdr.type, rxrpc_pkts) : "?UNK",