--- zzzz-none-000/linux-4.9.276/net/sctp/output.c 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/net/sctp/output.c 2023-04-05 08:19:02.000000000 +0000 @@ -391,6 +391,10 @@ skb->sk = sk; skb->destructor = sctp_packet_release_owner; +#ifdef CONFIG_AVM_SK_TC_INDEX + skb->tc_index = sk->sk_tc_index; +#endif + /* * The data chunks have already been accounted for in sctp_sendmsg(), * therefore only reserve a single byte to keep socket around until