aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorKuniyuki Iwashima <[email protected]>2022-11-14 13:57:55 -0800
committerDavid S. Miller <[email protected]>2022-11-16 09:43:35 +0000
commit478aee5d6bf617c932f4e9c2981f17e86e093fc5 (patch)
tree0a4a5fb3d61db69915c4846fdef3ecc2f28d0d29 /tools/perf/scripts/python/libxed.py
parent67fb43308f4b354f13aabcc66dd5d99bfbb7e838 (diff)
udp: Set NULL to udp_seq_afinfo.udp_table.
We will soon introduce an optional per-netns hash table for UDP. This means we cannot use the global udp_seq_afinfo.udp_table to fetch a UDP hash table. Instead, set NULL to udp_seq_afinfo.udp_table for UDP and get a proper table from net->ipv4.udp_table. Note that we still need udp_seq_afinfo.udp_table for UDP LITE. Signed-off-by: Kuniyuki Iwashima <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions