Home | History | Annotate | Download | only in libpcap

Lines Matching refs:priv

1058   if (dev->priv)
1059 free (dev->priv);
1060 dev->priv = NULL;
1081 struct net_device_stats *stats = (struct net_device_stats*) dev->priv;
1096 struct net_device_stats *stats = (struct net_device_stats*) dev->priv;
1120 dev->priv = calloc (sizeof(struct net_device_stats), 1);
1121 if (!dev->priv)