Commit e4fe1bf
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>1 parent 7625d2e commit e4fe1bf
2 files changed
+7
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
441 | 440 | | |
442 | 441 | | |
443 | 442 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2998 | 2998 | | |
2999 | 2999 | | |
3000 | 3000 | | |
| 3001 | + | |
| 3002 | + | |
| 3003 | + | |
3001 | 3004 | | |
3002 | 3005 | | |
3003 | 3006 | | |
3004 | | - | |
3005 | 3007 | | |
3006 | 3008 | | |
3007 | | - | |
| 3009 | + | |
| 3010 | + | |
3008 | 3011 | | |
| 3012 | + | |
3009 | 3013 | | |
3010 | 3014 | | |
3011 | 3015 | | |
| |||
3429 | 3433 | | |
3430 | 3434 | | |
3431 | 3435 | | |
3432 | | - | |
3433 | | - | |
3434 | | - | |
3435 | | - | |
3436 | | - | |
3437 | | - | |
3438 | | - | |
3439 | | - | |
3440 | | - | |
3441 | | - | |
3442 | | - | |
3443 | | - | |
3444 | | - | |
3445 | | - | |
3446 | | - | |
| 3436 | + | |
3447 | 3437 | | |
3448 | 3438 | | |
3449 | 3439 | | |
3450 | 3440 | | |
3451 | | - | |
3452 | | - | |
3453 | | - | |
3454 | 3441 | | |
3455 | 3442 | | |
3456 | 3443 | | |
| |||
0 commit comments