File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2055,7 +2055,7 @@ union bpf_attr {
2055
2055
* untouched (unless **BPF_F_MARK_ENFORCE** is added as well), and
2056
2056
* for updates resulting in a null checksum the value is set to
2057
2057
* **CSUM_MANGLED_0** instead. Flag **BPF_F_PSEUDO_HDR** indicates
2058
- * the checksum is to be computed against a pseudo-header.
2058
+ * that the modified header field is part of the pseudo-header.
2059
2059
*
2060
2060
* This helper works in combination with **bpf_csum_diff**\ (),
2061
2061
* which does not update the checksum in-place, but offers more
Original file line number Diff line number Diff line change @@ -2055,7 +2055,7 @@ union bpf_attr {
2055
2055
* untouched (unless **BPF_F_MARK_ENFORCE** is added as well), and
2056
2056
* for updates resulting in a null checksum the value is set to
2057
2057
* **CSUM_MANGLED_0** instead. Flag **BPF_F_PSEUDO_HDR** indicates
2058
- * the checksum is to be computed against a pseudo-header.
2058
+ * that the modified header field is part of the pseudo-header.
2059
2059
*
2060
2060
* This helper works in combination with **bpf_csum_diff**\ (),
2061
2061
* which does not update the checksum in-place, but offers more
You can’t perform that action at this time.
0 commit comments