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)
Thu, Sep 26, 2:18 AM
Unknown Object (File)
Thu, Sep 26, 2:08 AM
Unknown Object (File)
Thu, Sep 26, 2:05 AM
Unknown Object (File)
Wed, Sep 25, 8:06 AM
Unknown Object (File)
Sun, Sep 22, 9:17 PM
Unknown Object (File)
Mon, Sep 16, 1:03 PM
Unknown Object (File)
Sun, Sep 15, 6:57 PM
Unknown Object (File)
Sun, Sep 8, 9:31 PM
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