commit | 4fe978661ad61ab8fcd627d7deea6c18b9169837 | [log] [tgz] |
---|---|---|
author | Florian Vaussard <florian.vaussard@gmail.com> | Fri Jul 09 15:21:44 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Thu Sep 23 13:21:09 2021 -0400 |
tree | 34fb9a3c3a460fd4c1c216d8e357a00cd0a05598 | |
parent | 0fcf87540e721b1fe65c621130b1965f5ac238f1 [diff] |
net: ipv6_fragment: store M-bit in addition to the offset Currently we only store the fragment offset. But in some cases it might be necessary to also inspect the M-bit (More Fragment) of all received fragments. Modify the semantics of the field to store all the flags, rename the setter to account for this change, and add a getter for the M-bit. Signed-off-by: Florian Vaussard <florian.vaussard@gmail.com>