Commit cde5da2
committed
udp: seq_file: Remove bpf_seq_afinfo from udp_iter_state
JIRA: https://issues.redhat.com/browse/RHEL-65787
commit e4fe1bf
Author: Aditi Ghag <aditi.ghag@isovalent.com>
Date: Fri May 19 22:51:52 2023 +0000
udp: seq_file: Remove bpf_seq_afinfo from udp_iter_state
This is a preparatory commit to remove the field. The field was
previously shared between proc fs and BPF UDP socket iterators. As the
follow-up commits will decouple the implementation for the iterators,
remove the field. As for BPF socket iterator, filtering of sockets is
exepected to be done in BPF programs.
Suggested-by: Martin KaFai Lau <martin.lau@kernel.org>
Signed-off-by: Aditi Ghag <aditi.ghag@isovalent.com>
Link: https://lore.kernel.org/r/20230519225157.760788-5-aditi.ghag@isovalent.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>1 parent dcbb4b8 commit cde5da2
2 files changed
+7
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
435 | 434 | | |
436 | 435 | | |
437 | 436 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3006 | 3006 | | |
3007 | 3007 | | |
3008 | 3008 | | |
| 3009 | + | |
| 3010 | + | |
| 3011 | + | |
3009 | 3012 | | |
3010 | 3013 | | |
3011 | 3014 | | |
3012 | | - | |
3013 | 3015 | | |
3014 | 3016 | | |
3015 | | - | |
| 3017 | + | |
| 3018 | + | |
3016 | 3019 | | |
| 3020 | + | |
3017 | 3021 | | |
3018 | 3022 | | |
3019 | 3023 | | |
| |||
3348 | 3352 | | |
3349 | 3353 | | |
3350 | 3354 | | |
3351 | | - | |
3352 | | - | |
3353 | | - | |
3354 | | - | |
3355 | | - | |
3356 | | - | |
3357 | | - | |
3358 | | - | |
3359 | | - | |
3360 | | - | |
3361 | | - | |
3362 | | - | |
3363 | | - | |
3364 | | - | |
3365 | | - | |
| 3355 | + | |
3366 | 3356 | | |
3367 | 3357 | | |
3368 | 3358 | | |
3369 | 3359 | | |
3370 | | - | |
3371 | | - | |
3372 | | - | |
3373 | 3360 | | |
3374 | 3361 | | |
3375 | 3362 | | |
| |||
0 commit comments