• D
    rxrpc: Use the tx-phase skb flag to simplify tracing · 987db9f7
    David Howells 提交于
    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: NDavid Howells <dhowells@redhat.com>
    987db9f7
recvmsg.c 19.5 KB