|
54 | 54 | bpf_probe_read_user_str(&msg.peer_addr, sizeof(msg.peer_addr), paddr);
|
55 | 55 | bpf_usdt_readarg(3, ctx, &pconn_type);
|
56 | 56 | bpf_probe_read_user_str(&msg.peer_conn_type, sizeof(msg.peer_conn_type), pconn_type);
|
57 |
| - bpf_usdt_readarg(4, ctx, &pconn_type); |
| 57 | + bpf_usdt_readarg(4, ctx, &pmsg_type); |
58 | 58 | bpf_probe_read_user_str(&msg.msg_type, sizeof(msg.msg_type), pmsg_type);
|
59 | 59 | bpf_usdt_readarg(5, ctx, &msg.msg_size);
|
60 | 60 |
|
|
71 | 71 | bpf_probe_read_user_str(&msg.peer_addr, sizeof(msg.peer_addr), paddr);
|
72 | 72 | bpf_usdt_readarg(3, ctx, &pconn_type);
|
73 | 73 | bpf_probe_read_user_str(&msg.peer_conn_type, sizeof(msg.peer_conn_type), pconn_type);
|
74 |
| - bpf_usdt_readarg(4, ctx, &pconn_type); |
| 74 | + bpf_usdt_readarg(4, ctx, &pmsg_type); |
75 | 75 | bpf_probe_read_user_str(&msg.msg_type, sizeof(msg.msg_type), pmsg_type);
|
76 | 76 | bpf_usdt_readarg(5, ctx, &msg.msg_size);
|
77 | 77 |
|
|
0 commit comments