taglinefilesource code
ip_rcv96include/net/ip.hextern int    ip_rcv(struct sk_buff *skb, struct device *dev,
ip_rcv1549net/ax25/af_ax25.cip_rcv(skb, dev, ptype);  /* Note ptype here is the wrong one, fix me later */
ip_rcv155net/ax25/ax25_in.cip_rcv(skb, ax25->device, NULL);  /* Wrong ptype */
ip_rcv1025net/ipv4/ip_output.cip_rcv,
ip_rcv70net/netrom/nr_dev.cip_rcv(skb, skb->dev, NULL);