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