| commit | 646700ce23f4a3f5e967c394d74ed4ea8998b2af | [log] [tgz] |
|---|---|---|
| author | Jason Xing <kernelxing@tencent.com> | Mon Mar 25 11:43:47 2024 +0800 |
| committer | Paolo Abeni <pabeni@redhat.com> | Tue Mar 26 11:12:06 2024 +0100 |
| tree | 7f8e7e9164ccebd3ebd61b206f45d98a08db552d | |
| parent | a24c855a5ef2cd07dece2ccf131c4f40986c584d [diff] |
trace: use TP_STORE_ADDRS() macro in inet_sock_set_state()
As the title said, use the macro directly like the patch[1] did
to avoid those duplications. No functional change.
[1]
commit 6a6b0b9914e7 ("tcp: Avoid preprocessor directives in tracepoint macro args")
Signed-off-by: Jason Xing <kernelxing@tencent.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>