协议栈(Netfilter)ip_rcv()NF_HOOKip_rcv_finish()dst_entry、rtable、flowi
ip_rcv()int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev){ struct iphdr *iph; u32 len; /* When the interface is in promisc. mo...