diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-03 15:42:13 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-03 15:42:13 -0400 |
commit | 90189ecd59cdf14afbe6014be5c068e599b65a72 (patch) | |
tree | a0b1987265474d5f4ceeaf03b4acfcca80962a28 /include/net.h | |
parent | 3053b781465711fd05b88ab141b1f2b55a875516 (diff) | |
parent | c30f6d62f07d788263e1f1ac4909f929feefba3f (diff) |
Merge branch '2022-06-03-assorted-fixes'
- armv8 TCR write bugfix, ubifs bugfix, imx8mq clk bugfixes, two network
fixes, Add U-Boot version to chosen node, update TI AM64x board
maintainers
Diffstat (limited to 'include/net.h')
-rw-r--r-- | include/net.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net.h b/include/net.h index 675bf4171b1..e3889a0bc85 100644 --- a/include/net.h +++ b/include/net.h @@ -391,6 +391,8 @@ struct ip_hdr { #define IP_HDR_SIZE (sizeof(struct ip_hdr)) +#define IP_MIN_FRAG_DATAGRAM_SIZE (IP_HDR_SIZE + 8) + /* * Internet Protocol (IP) + UDP header. */ |