diff options
author | Paolo Abeni <[email protected]> | 2023-08-11 17:57:19 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-08-14 07:06:13 +0100 |
commit | 71a9a874cd6beb074896519f762741fbc448f5be (patch) | |
tree | 9b8154435074f24d2192f694b74772e6eb6b23de /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
parent | 8cf2ebdc0078a841fd54fcd50574bae1ae910d94 (diff) |
net: factor out __inet_listen_sk() helper
The mptcp protocol maintains an additional socket just to easily
invoke a few stream operations on the first subflow. One of them
is inet_listen().
Factor out an helper operating directly on the (locked) struct sock,
to allow get rid of the above dependency in the next patch without
duplicating the existing code.
No functional changes intended.
Signed-off-by: Paolo Abeni <[email protected]>
Acked-by: Mat Martineau <[email protected]>
Signed-off-by: Matthieu Baerts <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions