Loading drivers/isdn/i4l/isdn_net.c +0 −1 Original line number Diff line number Diff line Loading @@ -1786,7 +1786,6 @@ isdn_net_receive(struct net_device *ndev, struct sk_buff *skb) lp->stats.rx_bytes += skb->len; } skb->dev = ndev; skb->input_dev = ndev; skb->pkt_type = PACKET_HOST; skb->mac.raw = skb->data; #ifdef ISDN_DEBUG_NET_DUMP Loading drivers/isdn/i4l/isdn_ppp.c +0 −1 Original line number Diff line number Diff line Loading @@ -1177,7 +1177,6 @@ isdn_ppp_push_higher(isdn_net_dev * net_dev, isdn_net_local * lp, struct sk_buff mlp->huptimer = 0; #endif /* CONFIG_IPPP_FILTER */ skb->dev = dev; skb->input_dev = dev; skb->mac.raw = skb->data; netif_rx(skb); /* net_dev->local->stats.rx_packets++; done in isdn_net.c */ Loading drivers/net/ppp_generic.c +0 −1 Original line number Diff line number Diff line Loading @@ -1657,7 +1657,6 @@ ppp_receive_nonmp_frame(struct ppp *ppp, struct sk_buff *skb) skb->dev = ppp->dev; skb->protocol = htons(npindex_to_ethertype[npi]); skb->mac.raw = skb->data; skb->input_dev = ppp->dev; netif_rx(skb); ppp->dev->last_rx = jiffies; } Loading include/net/pkt_cls.h +3 −3 Original line number Diff line number Diff line Loading @@ -352,10 +352,10 @@ tcf_change_indev(struct tcf_proto *tp, char *indev, struct rtattr *indev_tlv) static inline int tcf_match_indev(struct sk_buff *skb, char *indev) { if (0 != indev[0]) { if (NULL == skb->input_dev) if (indev[0]) { if (!skb->input_dev) return 0; else if (0 != strcmp(indev, skb->input_dev->name)) if (strcmp(indev, skb->input_dev->name)) return 0; } Loading include/net/x25device.h +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ static inline __be16 x25_type_trans(struct sk_buff *skb, struct net_device *dev) { skb->mac.raw = skb->data; skb->input_dev = skb->dev = dev; skb->pkt_type = PACKET_HOST; return htons(ETH_P_X25); Loading Loading
drivers/isdn/i4l/isdn_net.c +0 −1 Original line number Diff line number Diff line Loading @@ -1786,7 +1786,6 @@ isdn_net_receive(struct net_device *ndev, struct sk_buff *skb) lp->stats.rx_bytes += skb->len; } skb->dev = ndev; skb->input_dev = ndev; skb->pkt_type = PACKET_HOST; skb->mac.raw = skb->data; #ifdef ISDN_DEBUG_NET_DUMP Loading
drivers/isdn/i4l/isdn_ppp.c +0 −1 Original line number Diff line number Diff line Loading @@ -1177,7 +1177,6 @@ isdn_ppp_push_higher(isdn_net_dev * net_dev, isdn_net_local * lp, struct sk_buff mlp->huptimer = 0; #endif /* CONFIG_IPPP_FILTER */ skb->dev = dev; skb->input_dev = dev; skb->mac.raw = skb->data; netif_rx(skb); /* net_dev->local->stats.rx_packets++; done in isdn_net.c */ Loading
drivers/net/ppp_generic.c +0 −1 Original line number Diff line number Diff line Loading @@ -1657,7 +1657,6 @@ ppp_receive_nonmp_frame(struct ppp *ppp, struct sk_buff *skb) skb->dev = ppp->dev; skb->protocol = htons(npindex_to_ethertype[npi]); skb->mac.raw = skb->data; skb->input_dev = ppp->dev; netif_rx(skb); ppp->dev->last_rx = jiffies; } Loading
include/net/pkt_cls.h +3 −3 Original line number Diff line number Diff line Loading @@ -352,10 +352,10 @@ tcf_change_indev(struct tcf_proto *tp, char *indev, struct rtattr *indev_tlv) static inline int tcf_match_indev(struct sk_buff *skb, char *indev) { if (0 != indev[0]) { if (NULL == skb->input_dev) if (indev[0]) { if (!skb->input_dev) return 0; else if (0 != strcmp(indev, skb->input_dev->name)) if (strcmp(indev, skb->input_dev->name)) return 0; } Loading
include/net/x25device.h +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ static inline __be16 x25_type_trans(struct sk_buff *skb, struct net_device *dev) { skb->mac.raw = skb->data; skb->input_dev = skb->dev = dev; skb->pkt_type = PACKET_HOST; return htons(ETH_P_X25); Loading