netlink: specs: tc: drop the family name prefix from attrs
authorJakub Kicinski <kuba@kernel.org>
Tue, 20 May 2025 16:19:09 +0000 (09:19 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 21 May 2025 19:38:21 +0000 (12:38 -0700)
commitba5a199b2401de3d5df1fba4d5dcd92908461a07
tree3ec25fad04be4f6e473a3e33d9b555af5bea06a4
parentf9aec8025ab5fc440fcc56f31298750d9b039acc
netlink: specs: tc: drop the family name prefix from attrs

All attribute sets and messages are prefixed with tc-.
The C codegen also adds the family name to all structs.
We end up with names like struct tc_tc_act_attrs.
Remove the tc- prefixes to shorten the names.
This should not impact Python as the attr set names
are never exposed to user, they are only used to refer
to things internally, in the encoder / decoder.

Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20250520161916.413298-6-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/netlink/specs/tc.yaml