Skip to content
  • David Howells's avatar
    rxrpc: Use the tx-phase skb flag to simplify tracing · 987db9f7
    David Howells authored
    
    
    Use the previously-added transmit-phase skbuff private flag to simplify the
    socket buffer tracing a bit.  Which phase the skbuff comes from can now be
    divined from the skb rather than having to be guessed from the call state.
    
    We can also reduce the number of rxrpc_skb_trace values by eliminating the
    difference between Tx and Rx in the symbols.
    
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    987db9f7