On 10/21/24 23:59, chia-yu.chang@xxxxxxxxxxxxxxxxxxx wrote: > @@ -2178,6 +2185,7 @@ static void tcp_v4_fill_cb(struct sk_buff *skb, const struct iphdr *iph, > int tcp_v4_rcv(struct sk_buff *skb) > { > struct net *net = dev_net(skb->dev); > + enum tcp_tw_status tw_status; > enum skb_drop_reason drop_reason; > int sdif = inet_sdif(skb); > int dif = inet_iif(skb); Minor nit: please respect the reverse x-mas tree order. More instances below. Cheers, Paolo