Lines Matching defs:ifp
58 struct net_device *ifp;
62 ifp = skb->dev;
65 ifp ? ifp->name : "netif",
73 is_aoe_netif(struct net_device *ifp)
89 if (strlen(ifp->name) == len && !strncmp(ifp->name, p, len))
131 aoenet_rcv(struct sk_buff *skb, struct net_device *ifp, struct packet_type *pt, struct net_device *orig_dev)
138 if (dev_net(ifp) != &init_net)
144 if (!is_aoe_netif(ifp))