Lines Matching refs:__entry
694 __entry->local = local_debug_id;
695 __entry->op = op;
696 __entry->ref = ref;
697 __entry->usage = usage;
701 __entry->local,
702 __print_symbolic(__entry->op, rxrpc_local_traces),
703 __entry->ref,
704 __entry->usage)
715 __entry->local = local->debug_id;
716 __entry->nr_rx = nr_rx;
718 TP_printk("L=%08x nrx=%u", __entry->local, __entry->nr_rx)
733 __entry->peer = peer_debug_id;
734 __entry->ref = ref;
735 __entry->why = why;
739 __entry->peer,
740 __print_symbolic(__entry->why, rxrpc_peer_traces),
741 __entry->ref)
756 __entry->bundle = bundle_debug_id;
757 __entry->ref = ref;
758 __entry->why = why;
762 __entry->bundle,
763 __print_symbolic(__entry->why, rxrpc_bundle_traces),
764 __entry->ref)
779 __entry->conn = conn_debug_id;
780 __entry->ref = ref;
781 __entry->why = why;
785 __entry->conn,
786 __print_symbolic(__entry->why, rxrpc_conn_traces),
787 __entry->ref)
805 __entry->conn = conn ? conn->debug_id : 0;
806 __entry->channel = channel;
807 __entry->usage = conn ? refcount_read(&conn->ref) : -2;
808 __entry->op = op;
809 __entry->cid = conn ? conn->proto.cid : 0;
813 __entry->conn,
814 __entry->channel,
815 __print_symbolic(__entry->op, rxrpc_client_traces),
816 __entry->cid,
817 __entry->usage)
834 __entry->call = call_debug_id;
835 __entry->ref = ref;
836 __entry->why = why;
837 __entry->aux = aux;
841 __entry->call,
842 __print_symbolic(__entry->why, rxrpc_call_traces),
843 __entry->ref,
844 __entry->aux)
861 __entry->skb = skb;
862 __entry->usage = usage;
863 __entry->mod_count = mod_count;
864 __entry->why = why;
868 __entry->skb,
869 __print_symbolic(__entry->why, rxrpc_skb_traces),
870 __entry->usage,
871 __entry->mod_count)
884 memcpy(&__entry->hdr, &sp->hdr, sizeof(__entry->hdr));
888 __entry->hdr.epoch, __entry->hdr.cid,
889 __entry->hdr.callNumber, __entry->hdr.serviceId,
890 __entry->hdr.serial, __entry->hdr.seq,
891 __entry->hdr.securityIndex, __entry->hdr.flags,
892 __print_symbolic(__entry->hdr.type, rxrpc_pkts))
906 __entry->result = result;
907 __entry->abort_code = abort_code;
910 TP_printk("r=%d a=%d", __entry->result, __entry->abort_code)
926 __entry->call_nr = call->debug_id;
927 __entry->why = call->send_abort_why;
928 __entry->abort_code = abort_code;
929 __entry->error = call->send_abort_err;
933 __entry->call_nr,
934 __entry->abort_code, __entry->error,
935 __print_symbolic(__entry->why, rxrpc_abort_reasons))
955 __entry->call_nr = call_nr;
956 __entry->why = why;
957 __entry->cid = cid;
958 __entry->call_id = call_id;
959 __entry->abort_code = abort_code;
960 __entry->error = error;
961 __entry->seq = seq;
965 __entry->call_nr,
966 __entry->cid, __entry->call_id, __entry->seq,
967 __entry->abort_code, __entry->error,
968 __print_symbolic(__entry->why, rxrpc_abort_reasons))
984 __entry->call = call->debug_id;
985 __entry->compl = call->completion;
986 __entry->error = call->error;
987 __entry->abort_code = call->abort_code;
991 __entry->call,
992 __print_symbolic(__entry->compl, rxrpc_completions),
993 __entry->error,
994 __entry->abort_code)
1013 __entry->call = call->debug_id;
1014 __entry->why = why;
1015 __entry->tx_bottom = call->tx_bottom;
1016 __entry->acks_hard_ack = call->acks_hard_ack;
1017 __entry->tx_top = call->tx_top;
1018 __entry->send_top = call->send_top;
1019 __entry->tx_winsize = call->tx_winsize;
1023 __entry->call,
1024 __print_symbolic(__entry->why, rxrpc_txqueue_traces),
1025 __entry->tx_bottom,
1026 __entry->acks_hard_ack,
1027 __entry->acks_hard_ack - __entry->tx_bottom,
1028 __entry->tx_top - __entry->acks_hard_ack,
1029 __entry->send_top - __entry->tx_top,
1030 __entry->tx_winsize)
1051 __entry->call = call->debug_id;
1052 __entry->seq = call->tx_top + 1;
1053 __entry->space = space;
1054 __entry->tx_winsize = call->tx_winsize;
1055 __entry->cong_cwnd = call->cong_cwnd;
1056 __entry->cong_extra = call->cong_extra;
1057 __entry->prepared = send_top - call->tx_bottom;
1058 __entry->in_flight = call->tx_top - call->tx_bottom;
1059 __entry->pmtud_jumbo = call->peer->pmtud_jumbo;
1063 __entry->call,
1064 __entry->seq,
1065 __entry->space,
1066 __entry->tx_winsize,
1067 __entry->cong_cwnd,
1068 __entry->cong_extra,
1069 __entry->prepared,
1070 __entry->in_flight,
1071 __entry->pmtud_jumbo)
1087 __entry->call = call->debug_id;
1088 __entry->seq = seq;
1089 __entry->to = to;
1090 __entry->top = call->tx_top;
1094 __entry->call,
1095 __entry->seq,
1096 __entry->to,
1097 __entry->top)
1114 __entry->call = call;
1115 __entry->seq = seq;
1116 __entry->serial = serial;
1117 __entry->flags = flags;
1121 __entry->call,
1122 __entry->serial,
1123 __entry->seq,
1124 __entry->flags)
1144 __entry->call = call->debug_id;
1145 __entry->serial = sp->hdr.serial;
1146 __entry->user_status = sp->hdr.userStatus;
1147 __entry->ack_serial = sp->ack.acked_serial;
1148 __entry->first = sp->ack.first_ack;
1149 __entry->prev = sp->ack.prev_ack;
1150 __entry->reason = sp->ack.reason;
1151 __entry->n_acks = sp->ack.nr_acks;
1155 __entry->call,
1156 __entry->serial,
1157 __print_symbolic(__entry->reason, rxrpc_ack_names),
1158 __entry->ack_serial,
1159 __entry->user_status,
1160 __entry->first,
1161 __entry->prev,
1162 __entry->n_acks)
1178 __entry->call = call->debug_id;
1179 __entry->serial = serial;
1180 __entry->abort_code = abort_code;
1184 __entry->call,
1185 __entry->serial,
1186 __entry->abort_code)
1201 __entry->conn = conn->debug_id;
1202 __entry->serial = rxrpc_skb(skb)->hdr.serial;
1203 __entry->abort_code = skb->priority;
1207 __entry->conn,
1208 __entry->serial,
1209 __entry->abort_code)
1228 __entry->conn = conn->debug_id;
1229 __entry->serial = serial;
1230 __entry->version = version;
1231 __entry->nonce = nonce;
1232 __entry->service_id = conn->service_id;
1233 __entry->security_ix = conn->security_ix;
1237 __entry->conn,
1238 __entry->serial,
1239 __entry->service_id,
1240 __entry->security_ix,
1241 __entry->version,
1242 __entry->nonce)
1262 __entry->conn = conn->debug_id;
1263 __entry->serial = serial;
1264 __entry->version = version;
1265 __entry->nonce = nonce;
1266 __entry->min_level = min_level;
1267 __entry->service_id = conn->service_id;
1268 __entry->security_ix = conn->security_ix;
1272 __entry->conn,
1273 __entry->serial,
1274 __entry->service_id,
1275 __entry->security_ix,
1276 __entry->version,
1277 __entry->nonce,
1278 __entry->min_level)
1300 __entry->conn = conn->debug_id;
1301 __entry->serial = serial;
1302 __entry->challenge = rsp->resp.challenge_serial;
1303 __entry->version = rsp->resp.version;
1304 __entry->kvno = rsp->resp.kvno;
1305 __entry->ticket_len = rsp->resp.ticket_len;
1306 __entry->service_id = conn->service_id;
1307 __entry->security_ix = conn->security_ix;
1311 __entry->conn,
1312 __entry->serial,
1313 __entry->challenge,
1314 __entry->service_id,
1315 __entry->security_ix,
1316 __entry->version,
1317 __entry->kvno,
1318 __entry->ticket_len)
1337 __entry->conn = conn->debug_id;
1338 __entry->serial = serial;
1339 __entry->version = version;
1340 __entry->kvno = kvno;
1341 __entry->ticket_len = ticket_len;
1342 __entry->security_ix = conn->security_ix;
1346 __entry->conn,
1347 __entry->serial,
1348 __entry->security_ix,
1349 __entry->version,
1350 __entry->kvno,
1351 __entry->ticket_len)
1368 __entry->call = call->debug_id;
1369 __entry->serial = serial;
1370 __entry->rwind = rwind;
1371 __entry->wake = wake;
1375 __entry->call,
1376 __entry->serial,
1377 __entry->rwind,
1378 __entry->wake ? " wake" : "")
1394 __entry->call = call_id;
1395 memcpy(&__entry->whdr, whdr, sizeof(__entry->whdr));
1396 __entry->where = where;
1400 __entry->call,
1401 ntohl(__entry->whdr.epoch),
1402 ntohl(__entry->whdr.cid),
1403 ntohl(__entry->whdr.callNumber),
1404 ntohs(__entry->whdr.serviceId),
1405 ntohl(__entry->whdr.serial),
1406 ntohl(__entry->whdr.seq),
1407 __entry->whdr.type, __entry->whdr.flags,
1408 __entry->whdr.type <= 15 ?
1409 __print_symbolic(__entry->whdr.type, rxrpc_pkts) : "?UNK",
1410 __print_symbolic(__entry->where, rxrpc_tx_points))
1431 __entry->call = call->debug_id;
1432 __entry->cid = call->cid;
1433 __entry->call_id = call->call_id;
1434 __entry->seq = seq;
1435 __entry->serial = serial;
1436 __entry->flags = flags;
1437 __entry->trace = trace;
1441 __entry->call,
1442 __entry->cid,
1443 __entry->call_id,
1444 __entry->serial,
1445 __entry->seq,
1446 __entry->flags & RXRPC_TXBUF_WIRE_FLAGS,
1447 __print_symbolic(__entry->trace, rxrpc_txdata_traces))
1470 __entry->call = call;
1471 __entry->serial = serial;
1472 __entry->ack_first = ack_first;
1473 __entry->ack_serial = ack_serial;
1474 __entry->reason = reason;
1475 __entry->n_acks = n_acks;
1476 __entry->rwind = rwind;
1477 __entry->trace = trace;
1481 __entry->call,
1482 __entry->serial,
1483 __print_symbolic(__entry->reason, rxrpc_ack_names),
1484 __entry->ack_first,
1485 __entry->ack_serial,
1486 __entry->n_acks,
1487 __entry->rwind,
1488 __print_symbolic(__entry->trace, rxrpc_propose_ack_traces))
1507 __entry->call = call->debug_id;
1508 __entry->why = why;
1509 __entry->serial = serial;
1510 __entry->seq = seq;
1511 __entry->window = call->ackr_window;
1512 __entry->wtop = call->ackr_wtop;
1516 __entry->call,
1517 __print_symbolic(__entry->why, rxrpc_receive_traces),
1518 __entry->serial,
1519 __entry->seq,
1520 __entry->window,
1521 __entry->wtop)
1537 __entry->call = call_debug_id;
1538 __entry->why = why;
1539 __entry->ret = ret;
1543 __entry->call,
1544 __print_symbolic(__entry->why, rxrpc_recvmsg_traces),
1545 __entry->ret)
1565 __entry->call = call ? call->debug_id : 0;
1566 __entry->why = why;
1567 __entry->seq = seq;
1568 __entry->offset = offset;
1569 __entry->len = len;
1570 __entry->ret = ret;
1574 __entry->call,
1575 __print_symbolic(__entry->why, rxrpc_recvmsg_traces),
1576 __entry->seq,
1577 __entry->offset,
1578 __entry->len,
1579 __entry->ret)
1596 __entry->call = call->debug_id;
1597 __entry->why = why;
1598 __entry->slot = slot;
1599 __entry->send_serial = send_serial;
1603 __entry->call,
1604 __entry->slot,
1605 __print_symbolic(__entry->why, rxrpc_rtt_tx_traces),
1606 __entry->send_serial)
1630 __entry->call = call->debug_id;
1631 __entry->why = why;
1632 __entry->slot = slot;
1633 __entry->send_serial = send_serial;
1634 __entry->resp_serial = resp_serial;
1635 __entry->rtt = rtt;
1636 __entry->srtt = srtt;
1637 __entry->rto = rto;
1638 __entry->min_rtt = minmax_get(&call->min_rtt)
1642 __entry->call,
1643 __entry->slot,
1644 __print_symbolic(__entry->why, rxrpc_rtt_rx_traces),
1645 __entry->send_serial,
1646 __entry->resp_serial,
1647 __entry->rtt,
1648 __entry->srtt / 8,
1649 __entry->rto,
1650 __entry->min_rtt)
1666 __entry->call = call->debug_id;
1667 __entry->why = why;
1668 __entry->delay = delay;
1672 __entry->call,
1673 __print_symbolic(__entry->why, rxrpc_timer_traces),
1674 ktime_to_us(__entry->delay))
1690 __entry->call = call->debug_id;
1691 __entry->why = why;
1692 __entry->delay = delay;
1696 __entry->call,
1697 __print_symbolic(__entry->why, rxrpc_timer_traces),
1698 ktime_to_us(__entry->delay))
1712 __entry->call = call->debug_id;
1713 __entry->why = why;
1717 __entry->call,
1718 __print_symbolic(__entry->why, rxrpc_timer_traces))
1733 __entry->call = call->debug_id;
1734 __entry->delayj = delayj;
1735 __entry->delay = delay;
1739 __entry->call,
1740 ktime_to_us(__entry->delay),
1741 __entry->delayj)
1754 __entry->call = call->debug_id;
1758 __entry->call)
1771 memcpy(&__entry->hdr, &sp->hdr, sizeof(__entry->hdr));
1775 __entry->hdr.epoch, __entry->hdr.cid,
1776 __entry->hdr.callNumber, __entry->hdr.serviceId,
1777 __entry->hdr.serial, __entry->hdr.seq,
1778 __entry->hdr.type, __entry->hdr.flags,
1779 __entry->hdr.type <= 15 ?
1780 __print_symbolic(__entry->hdr.type, rxrpc_pkts) : "?UNK")
1797 __entry->call = call->debug_id;
1798 __entry->why = why;
1799 __entry->serial = serial;
1800 __entry->ack_reason = ack_reason;
1804 __entry->call,
1805 __print_symbolic(__entry->why, rxrpc_propose_ack_traces),
1806 __print_symbolic(__entry->ack_reason, rxrpc_ack_names),
1807 __entry->serial)
1824 __entry->call = call->debug_id;
1825 __entry->why = why;
1826 __entry->serial = serial;
1827 __entry->ack_reason = ack_reason;
1831 __entry->call,
1832 __print_symbolic(__entry->why, rxrpc_propose_ack_traces),
1833 __print_symbolic(__entry->ack_reason, rxrpc_ack_names),
1834 __entry->serial)
1852 __entry->call = call->debug_id;
1853 __entry->why = why;
1854 __entry->serial = serial;
1855 __entry->ack_reason = ack_reason;
1856 __entry->nobuf = nobuf;
1860 __entry->call,
1861 __print_symbolic(__entry->why, rxrpc_propose_ack_traces),
1862 __print_symbolic(__entry->ack_reason, rxrpc_ack_names),
1863 __entry->serial, __entry->nobuf)
1881 __entry->call = call->debug_id;
1882 __entry->qbase = req->tq->qbase;
1883 __entry->seq = req->seq;
1884 __entry->serial = txb->serial;
1888 __entry->call,
1889 __entry->qbase,
1890 __entry->seq,
1891 __entry->serial)
1915 __entry->call = call->debug_id;
1916 __entry->ca_state = call->cong_ca_state;
1917 __entry->hard_ack = call->acks_hard_ack;
1918 __entry->top = call->tx_top;
1919 __entry->lowest_nak = call->acks_lowest_nak;
1920 __entry->nr_sacks = call->acks_nr_sacks;
1921 __entry->nr_snacks = call->acks_nr_snacks;
1922 __entry->cwnd = call->cong_cwnd;
1923 __entry->ssthresh = call->cong_ssthresh;
1924 __entry->cumul_acks = call->cong_cumul_acks;
1925 __entry->dup_acks = call->cong_dup_acks;
1926 memcpy(&__entry->sum, summary, sizeof(__entry->sum));
1930 __entry->call,
1931 __entry->sum.acked_serial,
1932 __print_symbolic(__entry->sum.ack_reason, rxrpc_ack_names),
1933 __entry->hard_ack,
1934 __print_symbolic(__entry->ca_state, rxrpc_ca_states),
1935 __entry->cwnd,
1936 __entry->ssthresh,
1937 __entry->nr_sacks, __entry->sum.nr_new_sacks,
1938 __entry->nr_snacks, __entry->sum.nr_new_snacks,
1939 __entry->sum.nr_new_hacks,
1940 __entry->top - __entry->hard_ack,
1941 __entry->cumul_acks,
1942 __entry->dup_acks,
1943 __entry->lowest_nak, __entry->sum.new_low_snack ? "!" : "",
1944 __print_symbolic(__entry->sum.change, rxrpc_congest_changes),
1945 __entry->sum.retrans_timeo ? " rTxTo" : "")
1966 __entry->call = call->debug_id;
1967 __entry->ca_state = call->cong_ca_state;
1968 __entry->cwnd = call->cong_cwnd;
1969 __entry->extra = call->cong_extra;
1970 __entry->hard_ack = call->acks_hard_ack;
1971 __entry->prepared = call->send_top - call->tx_bottom;
1972 __entry->since_last_tx = since_last_tx;
1973 __entry->rtt = rtt;
1974 __entry->has_data = call->tx_bottom != call->tx_top;
1978 __entry->call,
1979 __entry->hard_ack,
1980 __print_symbolic(__entry->ca_state, rxrpc_ca_states),
1981 __entry->cwnd,
1982 __entry->extra,
1983 __entry->prepared,
1984 ktime_to_us(__entry->since_last_tx),
1985 ktime_to_us(__entry->rtt),
1986 __entry->has_data)
2000 __entry->call = call->debug_id;
2001 __entry->abort_code = call->abort_code;
2005 __entry->call,
2006 __entry->abort_code)
2020 __entry->call = call->debug_id;
2021 __entry->abort_code = call->abort_code;
2025 __entry->call,
2026 __entry->abort_code)
2043 __entry->call = call->debug_id;
2044 __entry->user_call_ID = call->user_call_ID;
2045 __entry->cid = call->cid;
2046 __entry->call_id = call->call_id;
2047 __entry->srx = call->dest_srx;
2051 __entry->call,
2052 (void *)__entry->user_call_ID,
2053 __entry->cid,
2054 __entry->call_id,
2055 &__entry->srx.transport)
2071 __entry->call = call->debug_id;
2072 __entry->qbase = tq->qbase;
2073 __entry->acks = tq->segment_acked;
2074 __entry->nr_rep = tq->nr_reported_acks;
2078 __entry->call,
2079 __entry->qbase,
2080 __entry->acks,
2081 __entry->nr_rep)
2097 __entry->call = call->debug_id;
2098 __entry->seq = call->acks_hard_ack;
2099 __entry->transmitted = call->tx_transmitted;
2100 __entry->ack_serial = ack_serial;
2104 __entry->call,
2105 __entry->ack_serial,
2106 __entry->seq,
2107 __entry->transmitted)
2123 __entry->call = call->debug_id;
2124 __entry->qbase = tq->qbase;
2125 __entry->nr_rep = tq->nr_reported_acks;
2126 __entry->lost = lost;
2130 __entry->call,
2131 __entry->qbase,
2132 __entry->lost,
2133 __entry->nr_rep)
2152 __entry->call = call->debug_id;
2153 __entry->qbase = tq->qbase;
2154 __entry->seq = seq;
2155 __entry->nr_rep = tq->nr_reported_acks;
2156 __entry->trace = trace;
2160 __entry->call,
2161 __entry->qbase,
2162 __entry->seq,
2163 __entry->nr_rep,
2164 __print_symbolic(__entry->trace, rxrpc_rotate_traces))
2180 __entry->peer = peer->debug_id;
2181 memcpy(&__entry->ee, ee, sizeof(__entry->ee));
2182 memcpy(&__entry->srx, srx, sizeof(__entry->srx));
2186 __entry->peer,
2187 __entry->ee.ee_origin,
2188 __entry->ee.ee_type,
2189 __entry->ee.ee_code,
2190 __entry->ee.ee_info,
2191 __entry->ee.ee_data,
2192 __entry->ee.ee_errno,
2193 &__entry->srx.transport)
2210 __entry->debug_id = debug_id;
2211 __entry->serial = serial;
2212 __entry->ret = ret;
2213 __entry->where = where;
2217 __entry->debug_id,
2218 __entry->serial,
2219 __entry->ret,
2220 __print_symbolic(__entry->where, rxrpc_tx_points))
2239 __entry->debug_id = call->debug_id;
2240 __entry->cid = call->cid;
2241 __entry->call_id = call->call_id;
2242 __entry->call_serial = call->rx_serial;
2243 __entry->conn_serial = call->conn->hi_serial;
2244 __entry->tx_seq = call->acks_hard_ack;
2245 __entry->rx_seq = call->rx_highest_seq;
2249 __entry->debug_id,
2250 __entry->cid, __entry->call_id,
2251 __entry->call_serial, __entry->conn_serial,
2252 __entry->tx_seq, __entry->rx_seq)
2266 __entry->debug_id = debug_id;
2267 __entry->serial = serial;
2271 __entry->debug_id,
2272 __entry->serial)
2291 __entry->debug_id = call->debug_id;
2292 __entry->serial = serial;
2293 __entry->hard_ack = hard_ack;
2294 __entry->prev_pkt = prev_pkt;
2295 __entry->acks_hard_ack = call->acks_hard_ack;
2296 __entry->acks_prev_seq = call->acks_prev_seq;
2300 __entry->debug_id,
2301 __entry->serial,
2302 __entry->hard_ack,
2303 __entry->acks_hard_ack,
2304 __entry->prev_pkt,
2305 __entry->acks_prev_seq)
2321 __entry->call_debug_id = call_debug_id;
2322 __entry->seq = seq;
2323 __entry->why = why;
2327 __entry->call_debug_id,
2328 __entry->seq,
2329 __print_symbolic(__entry->why, rxrpc_req_ack_traces))
2348 __entry->debug_id = debug_id;
2349 __entry->call_debug_id = call_debug_id;
2350 __entry->seq = seq;
2351 __entry->ref = ref;
2352 __entry->what = what;
2356 __entry->debug_id,
2357 __entry->call_debug_id,
2358 __entry->seq,
2359 __print_symbolic(__entry->what, rxrpc_txbuf_traces),
2360 __entry->ref)
2377 __entry->call_debug_id = call->debug_id;
2378 __entry->qbase = tq ? tq->qbase : call->tx_qbase;
2379 __entry->seq = seq;
2380 __entry->trace = trace;
2384 __entry->call_debug_id,
2385 __entry->qbase,
2386 __entry->seq,
2387 __print_symbolic(__entry->trace, rxrpc_tq_traces))
2403 __entry->call_debug_id = call->debug_id;
2404 __entry->busy = busy;
2405 __entry->what = what;
2409 __entry->call_debug_id,
2410 __print_symbolic(__entry->what, rxrpc_call_poke_traces),
2411 __entry->busy ? "!" : "")
2424 __entry->call_debug_id = call->debug_id;
2428 __entry->call_debug_id)
2445 __entry->call_debug_id = call->debug_id;
2446 __entry->seq = seq;
2447 __entry->sack = sack;
2448 __entry->what = what;
2452 __entry->call_debug_id,
2453 __entry->seq,
2454 __print_symbolic(__entry->what, rxrpc_sack_traces),
2455 __entry->sack)
2473 __entry->peer_debug_id = call->peer->debug_id;
2474 __entry->call_debug_id = call->debug_id;
2475 __entry->ping_serial = call->conn->pmtud_probe;
2476 __entry->pmtud_trial = call->peer->pmtud_trial;
2477 __entry->pmtud_good = call->peer->pmtud_good;
2478 __entry->pmtud_bad = call->peer->pmtud_bad;
2482 __entry->peer_debug_id,
2483 __entry->call_debug_id,
2484 __entry->ping_serial,
2485 __entry->pmtud_good,
2486 __entry->pmtud_trial,
2487 __entry->pmtud_bad)
2505 __entry->peer_debug_id = conn->peer->debug_id;
2506 __entry->call_debug_id = conn->pmtud_call;
2507 __entry->ping_serial = conn->pmtud_probe;
2508 __entry->resp_serial = resp_serial;
2509 __entry->max_data = conn->peer->max_data;
2510 __entry->jumbo_max = conn->peer->pmtud_jumbo;
2514 __entry->peer_debug_id,
2515 __entry->call_debug_id,
2516 __entry->ping_serial,
2517 __entry->resp_serial,
2518 __entry->max_data,
2519 __entry->jumbo_max)
2535 __entry->peer_debug_id = conn->peer->debug_id;
2536 __entry->call_debug_id = conn->pmtud_call;
2537 __entry->ping_serial = conn->pmtud_probe;
2538 __entry->resp_serial = resp_serial;
2542 __entry->peer_debug_id,
2543 __entry->call_debug_id,
2544 __entry->ping_serial,
2545 __entry->resp_serial)
2562 __entry->peer_debug_id = peer->debug_id;
2563 __entry->serial = serial;
2564 __entry->max_data = max_data;
2565 __entry->reason = reason;
2569 __entry->peer_debug_id,
2570 __print_symbolic(__entry->reason, rxrpc_pmtud_reduce_traces),
2571 __entry->serial, __entry->max_data)
2592 __entry->call = call->debug_id;
2593 __entry->ack_serial = call->rx_serial;
2594 __entry->seq = call->rack_end_seq;
2595 __entry->mode = call->rack_timer_mode;
2596 __entry->nr_sent = call->tx_nr_sent;
2597 __entry->nr_lost = call->tx_nr_lost;
2598 __entry->nr_resent = call->tx_nr_resent;
2599 __entry->nr_sacked = call->acks_nr_sacks;
2600 __entry->timo = timo;
2604 __entry->call, __entry->ack_serial, __entry->seq,
2605 __print_symbolic(__entry->mode, rxrpc_rack_timer_modes),
2606 __entry->nr_sent, __entry->nr_lost,
2607 __entry->nr_resent, __entry->nr_sacked,
2608 ktime_to_us(__entry->timo))
2624 __entry->call = call->debug_id;
2625 __entry->ack_serial = call->rx_serial;
2626 __entry->seq = call->rack_end_seq;
2627 __entry->xmit_ts = ktime_sub(call->acks_latest_ts, call->rack_xmit_ts);
2631 __entry->call, __entry->ack_serial, __entry->seq,
2632 ktime_to_us(__entry->xmit_ts))
2647 __entry->call = call->debug_id;
2648 __entry->rack_rtt = call->rack_rtt;
2649 __entry->rack_reo_wnd = call->rack_reo_wnd;
2653 __entry->call, ktime_to_us(__entry->rack_rtt),
2654 ktime_to_us(__entry->rack_reo_wnd))
2672 __entry->call = call->debug_id;
2673 __entry->qbase = tq->qbase;
2674 __entry->nacks = nacks;
2675 __entry->lost = tq->segment_lost;
2676 __entry->retrans = tq->segment_retransmitted;
2680 __entry->call, __entry->qbase,
2681 __entry->nacks, __entry->lost, __entry->retrans)
2697 __entry->call = call->debug_id;
2698 __entry->ack_serial = call->rx_serial;
2699 __entry->seq = seq;
2703 __entry->call, __entry->ack_serial, __entry->seq)
2721 __entry->call = call->debug_id;
2722 __entry->qbase = tq->qbase;
2723 __entry->trans = call->tx_transmitted;
2724 __entry->acked = tq->segment_acked;
2725 __entry->lost = tq->segment_lost;
2726 __entry->retrans = tq->segment_retransmitted;
2730 __entry->call, __entry->qbase, __entry->trans,
2731 __entry->acked, __entry->lost, __entry->retrans)
2747 __entry->call = call->debug_id;
2748 __entry->serial = call->tlp_serial;
2749 __entry->seq = call->tlp_seq;
2750 __entry->trace = trace;
2754 __entry->call, __entry->serial, __entry->seq,
2755 __print_symbolic(__entry->trace, rxrpc_tlp_probe_traces))
2773 __entry->call = call->debug_id;
2774 __entry->serial = call->tlp_serial;
2775 __entry->tlp_seq = call->tlp_seq;
2776 __entry->hard_ack = call->acks_hard_ack;
2777 __entry->trace = trace;
2781 __entry->call, __entry->serial,
2782 __entry->tlp_seq, __entry->hard_ack,
2783 __print_symbolic(__entry->trace, rxrpc_tlp_ack_traces))
2799 __entry->call = call->debug_id;
2800 __entry->exp = exp;
2801 __entry->mode = call->rack_timer_mode;
2802 __entry->delay = delay;
2806 __entry->call,
2807 __entry->exp ? "Exp" : "Set",
2808 __print_symbolic(__entry->mode, rxrpc_rack_timer_modes),
2809 ktime_to_us(__entry->delay))
2825 __entry->conn = conn->debug_id;
2826 __entry->current_key = current_key;
2827 __entry->requested_key = requested_key;
2831 __entry->conn,
2832 __entry->current_key,
2833 __entry->requested_key)