Lines Matching refs:whdr
908 TP_PROTO(unsigned int call_id, struct rxrpc_wire_header *whdr,
911 TP_ARGS(call_id, whdr, where),
916 __field_struct(struct rxrpc_wire_header, whdr )
921 memcpy(&__entry->whdr, whdr, sizeof(__entry->whdr));
927 ntohl(__entry->whdr.epoch),
928 ntohl(__entry->whdr.cid),
929 ntohl(__entry->whdr.callNumber),
930 ntohs(__entry->whdr.serviceId),
931 ntohl(__entry->whdr.serial),
932 ntohl(__entry->whdr.seq),
933 __entry->whdr.type, __entry->whdr.flags,
934 __entry->whdr.type <= 15 ?
935 __print_symbolic(__entry->whdr.type, rxrpc_pkts) : "?UNK",