Commit 3876ce1
bpf, verifier: Turn seen_direct_write flag into a bitmap
Convert seen_direct_write from a boolean to a bitmap (seen_packet_access)
in preparation for tracking additional packet access patterns.
No functional change.
Signed-off-by: Jakub Sitnicki <[email protected]>1 parent 59579ef commit 3876ce1
2 files changed
+11
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
637 | 637 | | |
638 | 638 | | |
639 | 639 | | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
640 | 644 | | |
641 | 645 | | |
642 | 646 | | |
| |||
760 | 764 | | |
761 | 765 | | |
762 | 766 | | |
763 | | - | |
| 767 | + | |
764 | 768 | | |
765 | 769 | | |
766 | 770 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7625 | 7625 | | |
7626 | 7626 | | |
7627 | 7627 | | |
7628 | | - | |
| 7628 | + | |
7629 | 7629 | | |
7630 | 7630 | | |
7631 | 7631 | | |
| |||
13768 | 13768 | | |
13769 | 13769 | | |
13770 | 13770 | | |
13771 | | - | |
| 13771 | + | |
13772 | 13772 | | |
13773 | 13773 | | |
13774 | 13774 | | |
| |||
21200 | 21200 | | |
21201 | 21201 | | |
21202 | 21202 | | |
| 21203 | + | |
21203 | 21204 | | |
21204 | 21205 | | |
21205 | 21206 | | |
| |||
21227 | 21228 | | |
21228 | 21229 | | |
21229 | 21230 | | |
21230 | | - | |
| 21231 | + | |
| 21232 | + | |
21231 | 21233 | | |
21232 | 21234 | | |
21233 | 21235 | | |
21234 | 21236 | | |
21235 | | - | |
21236 | | - | |
| 21237 | + | |
21237 | 21238 | | |
21238 | 21239 | | |
21239 | 21240 | | |
| |||
0 commit comments