From: "Ravinandan Arakali" <[EMAIL PROTECTED]> Date: Tue, 11 Jul 2006 18:45:48 -0700
> tk = tcp_sk(skb->sk); > if (tk->ecn_flags & TCP_ECN_OK) > /* Check CE, ECE, CWR etc */ > > I find that skb->sk is NULL. Is this the correct way to check the > per-session > ECN capability ? Why is skb->sk NULL ? On receive? There is no reason for skb->sk to be anything other than NULL on receive, the networking stack hasn't even seen the packet yet. Only the driver has seen the skb. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html