--- zzzz-none-000/linux-4.9.231/net/sctp/output.c 2020-07-22 07:10:54.000000000 +0000 +++ falcon-5590-729/linux-4.9.231/net/sctp/output.c 2022-03-30 12:03:35.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