Home / net / tc_act
Name Modified Size InfoDownloads / Week
Parent folder
tc_tunnel_key.h 2023-03-31 2.2 kB
tc_vlan.h 2023-03-31 2.2 kB
tc_skbedit.h 2023-03-31 3.3 kB
tc_skbmod.h 2023-03-31 584 Bytes
tc_pedit.h 2023-03-31 2.5 kB
tc_police.h 2023-03-31 5.1 kB
tc_sample.h 2023-03-31 962 Bytes
tc_nat.h 2023-03-31 427 Bytes
tc_mirred.h 2023-03-31 1.5 kB
tc_mpls.h 2023-03-31 2.1 kB
tc_ife.h 2023-03-31 2.2 kB
tc_ipt.h 2023-03-31 341 Bytes
tc_gact.h 2023-03-31 1.8 kB
tc_gate.h 2023-03-31 2.8 kB
tc_ctinfo.h 2023-03-31 618 Bytes
tc_defact.h 2023-03-31 292 Bytes
tc_csum.h 2023-03-31 839 Bytes
tc_ct.h 2023-03-31 2.3 kB
tc_bpf.h 2023-03-31 480 Bytes
tc_connmark.h 2023-03-31 412 Bytes
Totals: 20 Items   33.0 kB 0

Foreword: The FreeLSD design may not be robust and it certainly isn't elegant.

FreeLSD is an effort to bring Void Linux (musl) x86_64 as close to FreeBSD as possible, using https://github.com/dcantrell/bsdutils as a replacement for coreutils and https://github.com/chimera-linux/bsdutils-extra to cover GNU tools not covered by bdsutils.

The header files here are needed to compile, on Void Linux, programs and libraries that use functions and data structures provided by software packages (such as bsdutils).

Warning: the /usr/include folder is therefore a very important resource for software development in the Linux environment, as it allows access to many functions and libraries useful for creating programs and applications. Use these headers only on test environments.

All the files here were taken directly from the https://github.com/torvalds/linux repository No file has really been modified, the files useful for our builds have simply been taken and placed in a single folder (the content of which will be copied/overwritten in /usr/include/).

Source: README.md, updated 2023-03-31