programming kernel.

Submitted by rufa
on June 5, 2009 - 12:38pm

hi, i want to dispaly the field nfmark of the struct net_device after marked it withe iptables:

iptbles -i mangle -A PREROUTING -p icmp -j MARK --set-mark 5

i whrit : printk("%u", skb->nfmark);

thank you.