Similarly to RO ZC report when RxNoPad is set.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
}
}
-static void tcp_tls_zc_sendfile(struct rtattr *attr)
-{
- if (attr)
- out(" zc_ro_tx");
-}
-
static void mptcp_subflow_info(struct rtattr *tb[])
{
u_int32_t flags = 0;
tcp_tls_cipher(tlsinfo[TLS_INFO_CIPHER]);
tcp_tls_conf("rxconf", tlsinfo[TLS_INFO_RXCONF]);
tcp_tls_conf("txconf", tlsinfo[TLS_INFO_TXCONF]);
- tcp_tls_zc_sendfile(tlsinfo[TLS_INFO_ZC_RO_TX]);
+ if (!!tlsinfo[TLS_INFO_ZC_RO_TX])
+ out(" zc_ro_tx");
+ if (!!tlsinfo[TLS_INFO_RX_NO_PAD])
+ out(" no_pad_rx");
}
if (ulpinfo[INET_ULP_INFO_MPTCP]) {
struct rtattr *sfinfo[MPTCP_SUBFLOW_ATTR_MAX + 1] =