Page MenuHomeFreeBSD

LinuxKPI: add linux/{ip,tcp,udp}.h
ClosedPublic

Authored by bz on May 24 2021, 6:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 4, 7:52 PM
Unknown Object (File)
Nov 22 2024, 8:32 PM
Unknown Object (File)
Nov 21 2024, 12:29 PM
Unknown Object (File)
Nov 11 2024, 8:22 AM
Unknown Object (File)
Nov 11 2024, 8:05 AM
Unknown Object (File)
Nov 5 2024, 3:12 PM
Unknown Object (File)
Sep 26 2024, 2:18 AM
Unknown Object (File)
Sep 26 2024, 2:08 AM
Subscribers

Details

Summary

Add header files for struct and accessors for IPv4, UDP, and TCP.
Only parts of the fields of the structs have been seen while working
on wireless drivers. The remaining field names are filled up with
the FreeBSD field names for now. If you have insights into their
correct naming in Linux, feel free to adjust.

Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
Reviewed by:
Differential Revision:

Note that these files will depend on skbuff.h which is not in the tree
yet. Nevertheless this can be reviewed independently.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable