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 {
20552055 * untouched (unless **BPF_F_MARK_ENFORCE** is added as well), and
20562056 * for updates resulting in a null checksum the value is set to
20572057 * **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.
20592059 *
20602060 * This helper works in combination with **bpf_csum_diff**\ (),
20612061 * 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 {
20552055 * untouched (unless **BPF_F_MARK_ENFORCE** is added as well), and
20562056 * for updates resulting in a null checksum the value is set to
20572057 * **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.
20592059 *
20602060 * This helper works in combination with **bpf_csum_diff**\ (),
20612061 * which does not update the checksum in-place, but offers more
You can’t perform that action at this time.
0 commit comments